Enable BrownoutDetection only for debug build am: d0586cdd4b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/20621914 Change-Id: I2201671de02bc13c85c0af723813ad23a7b3b9f2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
96801439d6
1 changed files with 6 additions and 2 deletions
|
@ -551,8 +551,12 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Battery Mitigation
|
||||
PRODUCT_PACKAGES += \
|
||||
battery_mitigation \
|
||||
BrownoutDetection
|
||||
battery_mitigation
|
||||
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PACKAGES += BrownoutDetection
|
||||
endif
|
||||
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
sg_write_buffer \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue