sm8250-common: Decommonize sensor modules
Proximity sensor is wrongly being reported as available on tablets. Change-Id: If802fb4dc190717601d95ed8e9dc19dccfae7678
This commit is contained in:
-106
@@ -9012,112 +9012,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "sensors.flicker",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/sensors.flicker.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libutils",
|
||||
"libfmq",
|
||||
"libhidlbase",
|
||||
"libhardware",
|
||||
"android.hardware.sensors@2.0",
|
||||
"android.hardware.sensors@2.0-ScopedWakelock",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "sensors.grip",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/sensors.grip.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libutils",
|
||||
"libfmq",
|
||||
"libhidlbase",
|
||||
"libhardware",
|
||||
"android.hardware.sensors@2.0",
|
||||
"android.hardware.sensors@2.0-ScopedWakelock",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "sensors.ssc",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/sensors.ssc.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libprotobuf-cpp-lite-3.9.1-vendorcompat",
|
||||
"liblog",
|
||||
"libsnsapi",
|
||||
"libssc",
|
||||
"libsnsdiaglog",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libsns_fastRPC_util",
|
||||
"libsensorslog",
|
||||
"libhardware",
|
||||
"libhidltransport",
|
||||
"libhidlbase",
|
||||
"android.hardware.sensors@2.0",
|
||||
"android.hardware.sensors@2.0-ScopedWakelock",
|
||||
"android.hardware.graphics.mapper@3.0",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"vendor.qti.hardware.display.mapper@3.0",
|
||||
"vendor.qti.hardware.display.mapper@1.1",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "unnhal-acc-adreno",
|
||||
owner: "samsung",
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -371,9 +371,6 @@ PRODUCT_PACKAGES += \
|
||||
libvpphcp \
|
||||
libvpphvx \
|
||||
libvpplibrary \
|
||||
sensors.flicker \
|
||||
sensors.grip \
|
||||
sensors.ssc \
|
||||
unnhal-acc-adreno \
|
||||
unnhal-acc-common \
|
||||
unnhal-acc-hta \
|
||||
|
||||
Reference in New Issue
Block a user