From a18b7da15645d608c12e5f14344fa3f6b52e3aaf Mon Sep 17 00:00:00 2001 From: Sam Ou Date: Wed, 10 Jan 2024 03:16:12 +0000 Subject: [PATCH] Revert "bm: move to bcl-aidl" This reverts commit a4a92ded54d2320151ac603892775ed223836bfc. Reason for revert: move the conditional to bcl.mk and battery_mitigation to avoide haveing 2 versions of mk. Change-Id: I87a0c7270960ccd4e4bb01ecf58e787defcc50b9 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index ff0d472..00fdc8b 100644 --- a/device.mk +++ b/device.mk @@ -610,7 +610,7 @@ PRODUCT_PACKAGES += \ android.hardware.health.storage-service.default # Battery Mitigation -include device/google/gs-common/battery_mitigation/bcl-aidl.mk +include device/google/gs-common/battery_mitigation/bcl.mk # storage pixelstats -include hardware/google/pixel/pixelstats/device.mk