Snap for 11275524 from 7965989f60
to 24Q2-release
Change-Id: I23a8d2c26c83bddc03a28f820441848f56c18081
This commit is contained in:
commit
d647c07c83
2 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
USE_AUDIO_HAL_AIDL := true
|
||||
|
||||
DEVICE_MANIFEST_FILE += device/google/gs-common/audio/aidl/manifest.xml
|
||||
|
||||
|
|
17
battery_mitigation/bcl-aidl.mk
Normal file
17
battery_mitigation/bcl-aidl.mk
Normal file
|
@ -0,0 +1,17 @@
|
|||
ifeq ($(RELEASE_PIXEL_AIDL_BATTERY_MITIGATION_HAL), true)
|
||||
|
||||
ifeq (,$(filter factory_%,$(TARGET_PRODUCT)))
|
||||
PRODUCT_PACKAGES += battery_mitigation
|
||||
endif
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
ifeq (,$(filter factory_%,$(TARGET_PRODUCT)))
|
||||
PRODUCT_PACKAGES += BrownoutDetection
|
||||
endif
|
||||
endif
|
||||
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/gs-common/battery_mitigation
|
||||
endif
|
||||
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/battery_mitigation/sepolicy/vendor
|
||||
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/gs-common/battery_mitigation/sepolicy/system_ext/private
|
||||
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/gs-common/battery_mitigation/sepolicy/system_ext/public
|
Loading…
Add table
Add a link
Reference in a new issue