From 1272b85de6b06d8dc39351102bb63dd6f10e4d3b Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Thu, 18 Oct 2018 17:23:37 -0700 Subject: [PATCH] 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 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 8ad34c67..e28aaf80 100755 --- a/device.mk +++ b/device.mk @@ -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 \