From 844ec525b8707e9f6bf07d54d40774020b560101 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Mon, 8 Apr 2019 14:31:51 -0700 Subject: [PATCH] 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 05351203386693ced1d78a32d05aad3ae99d799d) --- device.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/device.mk b/device.mk index 83a9d21d..e3b8baa2 100755 --- a/device.mk +++ b/device.mk @@ -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 \