diff --git a/Android.bp b/Android.bp index 145cd7a..210df5a 100644 --- a/Android.bp +++ b/Android.bp @@ -43217,39 +43217,6 @@ cc_prebuilt_binary { device_specific: true, } -cc_prebuilt_binary { - name: "test-nusensors", - owner: "xiaomi", - target: { - android_arm64: { - srcs: [ - "proprietary/odm/bin/test-nusensors", - ], - shared_libs: [ - "liblog", - "libhardware", - "libutils", - "libcutils", - "libbinder_ndk", - "libhidlbase", - "vendor.xiaomi.sensor.citsensorservice-V1-ndk", - "android.frameworks.sensorservice@1.0", - "android.hardware.ir-V1-ndk", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - strip: { - none: true, - }, - prefer: true, - device_specific: true, -} - install_symlink { name: "vendor_lib64_camera_aon_front_1_pb", soc_specific: true, diff --git a/peridot-vendor.mk b/peridot-vendor.mk index 03328e0..e00f32f 100644 --- a/peridot-vendor.mk +++ b/peridot-vendor.mk @@ -2825,8 +2825,7 @@ PRODUCT_PACKAGES += \ wfdservice64 \ vendor.xiaomi.hw.touchfeature-service \ vendor.xiaomi.sensor.citsensorservice.aidl \ - mlipayd \ - test-nusensors + mlipayd PRODUCT_PACKAGES += \ vendor_lib64_camera_aon_front_1_pb \ diff --git a/proprietary/odm/bin/test-nusensors b/proprietary/odm/bin/test-nusensors deleted file mode 100755 index a92f9c7..0000000 Binary files a/proprietary/odm/bin/test-nusensors and /dev/null differ