mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Enable BrownoutDetection only for debug build
Bug: 237287659 Test: Confirm its only debug build only has BrownoutDetection app Merged-In: If80954497a75da0d41c8d75126e42eaae1330003 Change-Id: Ibc1102f779007692d41a423a30075f745129ea1b Signed-off-by: George Lee <geolee@google.com>
This commit is contained in:
@@ -551,8 +551,12 @@ PRODUCT_PACKAGES += \
|
|||||||
|
|
||||||
# Battery Mitigation
|
# Battery Mitigation
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
battery_mitigation \
|
battery_mitigation
|
||||||
BrownoutDetection
|
|
||||||
|
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
PRODUCT_PACKAGES += BrownoutDetection
|
||||||
|
endif
|
||||||
|
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
sg_write_buffer \
|
sg_write_buffer \
|
||||||
|
|||||||
Reference in New Issue
Block a user