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:
parent
797741c2bf
commit
6b78398240
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue