gs-common: Remove RELEASE_PIXEL_AIDL_BATTERY_MITIGATION_HAL guard

This has been enabled since a while, remove the aconfig dependency.

Change-Id: I0282a6b4e7aa9f7b110974837917b19e5afde22b
This commit is contained in:
Michael Bestas 2025-06-24 09:32:35 +03:00 committed by Michael Bestas
parent 797741c2bf
commit 6b78398240
No known key found for this signature in database

View file

@ -2,10 +2,8 @@ ifeq (,$(filter factory_%,$(TARGET_PRODUCT)))
PRODUCT_PACKAGES += battery_mitigation PRODUCT_PACKAGES += battery_mitigation
endif endif
ifeq ($(RELEASE_PIXEL_AIDL_BATTERY_MITIGATION_HAL), true)
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \
vendor.battery_mitigation.aidl.enable=true vendor.battery_mitigation.aidl.enable=true
endif
PRODUCT_SOONG_NAMESPACES += device/google/gs-common/battery_mitigation PRODUCT_SOONG_NAMESPACES += device/google/gs-common/battery_mitigation
PRODUCT_PACKAGES += vendor.google.battery_mitigation-default PRODUCT_PACKAGES += vendor.google.battery_mitigation-default