Added a new system properties for IWLAN operation mode

Added a new flag to specify the IWLAN operation mode. Also
allowed this system properties for vendor native service to
access.

Test: Manual
Bug: 73659459
Change-Id: I5b64c6c437a3dc11a361121e2652a3f30f357105
This commit is contained in:
Jack Yu
2018-10-18 17:23:37 -07:00
parent e4d02b86f5
commit 1272b85de6

View File

@@ -29,6 +29,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.adb.secure=1
# Telephony IWLAN operation mode
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.telephony.iwlan_operation_mode=0
PRODUCT_COPY_FILES += \
device/google/wahoo/default-permissions.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default-permissions/default-permissions.xml \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \