bcl: Do not include bcl.mk for factory am: 8ef6c93704
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/22563334 Change-Id: Ib9727f7047bd12977d1753b70fa4f005d04b61bd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
54f1b3d768
1 changed files with 4 additions and 0 deletions
|
@ -1,7 +1,11 @@
|
||||||
|
ifeq (,$(filter factory_%,$(TARGET_PRODUCT)))
|
||||||
PRODUCT_PACKAGES += battery_mitigation
|
PRODUCT_PACKAGES += battery_mitigation
|
||||||
|
endif
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
ifeq (,$(filter factory_%,$(TARGET_PRODUCT)))
|
||||||
PRODUCT_PACKAGES += BrownoutDetection
|
PRODUCT_PACKAGES += BrownoutDetection
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/battery_mitigation/sepolicy
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/battery_mitigation/sepolicy
|
||||||
PRODUCT_SOONG_NAMESPACES += device/google/gs-common/battery_mitigation
|
PRODUCT_SOONG_NAMESPACES += device/google/gs-common/battery_mitigation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue