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,
|
||||
}
|
||||
|
||||
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 {
|
||||
name: "libloc_api_v02",
|
||||
owner: "motorola",
|
||||
@@ -5361,33 +5330,6 @@ cc_prebuilt_library_shared {
|
||||
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 {
|
||||
name: "libminkdescriptor",
|
||||
owner: "motorola",
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -303,7 +303,6 @@ PRODUCT_PACKAGES += \
|
||||
libkeymasterdeviceutils \
|
||||
libkeymasterutils \
|
||||
liblbs_core \
|
||||
liblearningmodule \
|
||||
libloc_api_v02 \
|
||||
libloc_api_wds \
|
||||
liblocationservice \
|
||||
@@ -313,7 +312,6 @@ PRODUCT_PACKAGES += \
|
||||
liblqe \
|
||||
libmdmcutback \
|
||||
libmdsprpc \
|
||||
libmeters \
|
||||
libminkdescriptor \
|
||||
libminksocket \
|
||||
libmotext_inf \
|
||||
|
||||
Reference in New Issue
Block a user