From 6b783982404d0e96643c70fdbe65f31011984b5e Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 24 Jun 2025 09:32:35 +0300 Subject: [PATCH] gs-common: Remove RELEASE_PIXEL_AIDL_BATTERY_MITIGATION_HAL guard This has been enabled since a while, remove the aconfig dependency. Change-Id: I0282a6b4e7aa9f7b110974837917b19e5afde22b --- battery_mitigation/bcl.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/battery_mitigation/bcl.mk b/battery_mitigation/bcl.mk index b8ed534..54d8bfc 100644 --- a/battery_mitigation/bcl.mk +++ b/battery_mitigation/bcl.mk @@ -2,10 +2,8 @@ ifeq (,$(filter factory_%,$(TARGET_PRODUCT))) PRODUCT_PACKAGES += battery_mitigation endif -ifeq ($(RELEASE_PIXEL_AIDL_BATTERY_MITIGATION_HAL), true) PRODUCT_PROPERTY_OVERRIDES += \ vendor.battery_mitigation.aidl.enable=true -endif PRODUCT_SOONG_NAMESPACES += device/google/gs-common/battery_mitigation PRODUCT_PACKAGES += vendor.google.battery_mitigation-default