Add satellite feature flag in comet.
Bug: 337193821 Test: make Change-Id: I1034702d95f7d4693af34c790dddd4ea5a6cc1f8
This commit is contained in:
parent
16ae99c8bd
commit
a5704d6293
1 changed files with 4 additions and 0 deletions
|
@ -438,6 +438,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.leaudio.allow_list=SM-R510
|
||||
|
||||
# Telephony Satellite Feature
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.telephony.satellite.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.satellite.xml
|
||||
|
||||
# Battery Mitigation Config
|
||||
ifeq (,$(TARGET_VENDOR_BATTERY_MITIGATION_CONFIG_PATH))
|
||||
TARGET_VENDOR_BATTERY_MITIGATION_CONFIG_PATH := device/google/comet/battery_mitigation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue