diff --git a/Android.bp b/Android.bp index eeb1309..47abe00 100644 --- a/Android.bp +++ b/Android.bp @@ -16136,34 +16136,6 @@ cc_prebuilt_binary { soc_specific: true, } -cc_prebuilt_binary { - name: "charge_only_mode", - owner: "motorola", - target: { - android_arm64: { - srcs: [ - "proprietary/vendor/bin/charge_only_mode", - ], - shared_libs: [ - "libhardware_legacy", - "libcutils", - "libutils", - "liblog", - "libc++", - "libc", - "libm", - "libdl", - ], - }, - }, - compile_multilib: "64", - strip: { - none: true, - }, - prefer: true, - soc_specific: true, -} - cc_prebuilt_binary { name: "cnd", owner: "motorola", diff --git a/proprietary/vendor/bin/charge_only_mode b/proprietary/vendor/bin/charge_only_mode deleted file mode 100755 index 9a9e361..0000000 Binary files a/proprietary/vendor/bin/charge_only_mode and /dev/null differ diff --git a/sm6375-common-vendor.mk b/sm6375-common-vendor.mk index 6c6658d..0e20ed7 100644 --- a/sm6375-common-vendor.mk +++ b/sm6375-common-vendor.mk @@ -837,7 +837,6 @@ PRODUCT_PACKAGES += \ adpl \ adsprpcd \ cdsprpcd \ - charge_only_mode \ cnd \ cnss-daemon \ diag-router \