2022-12-02 18:28:47 +00:00
|
|
|
PRODUCT_PACKAGES += battery_mitigation
|
|
|
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
|
|
PRODUCT_PACKAGES += BrownoutDetection
|
|
|
|
endif
|
2022-10-24 19:21:53 -07:00
|
|
|
|
|
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/battery_mitigation/sepolicy
|
|
|
|
PRODUCT_SOONG_NAMESPACES += device/google/gs-common/battery_mitigation
|