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
Change-Id: I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e
This commit is contained in:
Jack Yu
2019-04-08 14:31:51 -07:00
parent 0560411ae2
commit 0535120338

View File

@@ -34,10 +34,6 @@ PRODUCT_SOONG_NAMESPACES += \
vendor/google/camera \
hardware/google/pixel
# 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 \