Fixed the incorrect system properties

IWLAN operation mode is not an integer anymore. Removed
the system properties and only use the default mode (tied
to the IRadio version).

Test: Manual
Bug: 126218288

Merged-In: I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e
Change-Id: I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e
(cherry picked from commit 0535120338)
This commit is contained in:
Jack Yu
2019-04-08 14:31:51 -07:00
parent 0eea8c456d
commit 844ec525b8

View File

@@ -29,10 +29,6 @@ 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 \