sm6225-common: Remove machine learning blobs
* liblearningmodule loading is guarded under a debug prop in qti perf HAL and libmeters is a liblearningmodule dependency Change-Id: I7497b7c286c3ab6a6aeea908cf38863b0c60d757
This commit is contained in:
-58
@@ -5048,37 +5048,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "liblearningmodule",
|
|
||||||
owner: "motorola",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/liblearningmodule.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc",
|
|
||||||
"libcutils",
|
|
||||||
"libutils",
|
|
||||||
"libtinyxml2",
|
|
||||||
"libsqlite",
|
|
||||||
"libperfgluelayer",
|
|
||||||
"libperfconfig",
|
|
||||||
"libc++",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libloc_api_v02",
|
name: "libloc_api_v02",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
@@ -5361,33 +5330,6 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
|
||||||
name: "libmeters",
|
|
||||||
owner: "motorola",
|
|
||||||
strip: {
|
|
||||||
none: true,
|
|
||||||
},
|
|
||||||
target: {
|
|
||||||
android_arm64: {
|
|
||||||
srcs: [
|
|
||||||
"proprietary/vendor/lib64/libmeters.so",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libc",
|
|
||||||
"libcutils",
|
|
||||||
"liblearningmodule",
|
|
||||||
"libc++",
|
|
||||||
"libm",
|
|
||||||
"libdl",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
compile_multilib: "64",
|
|
||||||
prefer: true,
|
|
||||||
soc_specific: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libminkdescriptor",
|
name: "libminkdescriptor",
|
||||||
owner: "motorola",
|
owner: "motorola",
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -303,7 +303,6 @@ PRODUCT_PACKAGES += \
|
|||||||
libkeymasterdeviceutils \
|
libkeymasterdeviceutils \
|
||||||
libkeymasterutils \
|
libkeymasterutils \
|
||||||
liblbs_core \
|
liblbs_core \
|
||||||
liblearningmodule \
|
|
||||||
libloc_api_v02 \
|
libloc_api_v02 \
|
||||||
libloc_api_wds \
|
libloc_api_wds \
|
||||||
liblocationservice \
|
liblocationservice \
|
||||||
@@ -313,7 +312,6 @@ PRODUCT_PACKAGES += \
|
|||||||
liblqe \
|
liblqe \
|
||||||
libmdmcutback \
|
libmdmcutback \
|
||||||
libmdsprpc \
|
libmdsprpc \
|
||||||
libmeters \
|
|
||||||
libminkdescriptor \
|
libminkdescriptor \
|
||||||
libminksocket \
|
libminksocket \
|
||||||
libmotext_inf \
|
libmotext_inf \
|
||||||
|
|||||||
Reference in New Issue
Block a user