summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Pulkit Bhuwalka <pulkitb@google.com> 2017-02-14 21:46:47 -0800
committer Pulkit Bhuwalka <pulkitb@google.com> 2017-02-17 13:46:01 -0800
commita118a21b009e09514f7b245f60ac4139217ce0ce (patch)
tree68b6ad66264817786bacb6a03ddbd6ba56a745fa
parent96a4bdd9a6ecd8381fa0f2b8aee17a827cc565a2 (diff)
Replace hardware features conf file to be emulator specific
full_base_telephoney.mk file gets used only for emulators which should have bluetooth disabled. Using the default handheld_core_hardware.xml file has bluetooth enabled. We should use the generic handheld_core_hardware.xml file for emulators which has bluetooth disabled. Its presence causes problems upstream in SystemServer when BluetoothService starts and requires an extra emulator config change which should not be there. Bug: 35361545 Test: Verified by launching Android Emulator. It works fine and does not start bluetooth. Change-Id: I484c3d5867f46853fb49f28422dd72ab362ed768
-rw-r--r--target/product/full_base_telephony.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/product/full_base_telephony.mk b/target/product/full_base_telephony.mk
index 9a2c63a8d0..3d195a13b5 100644
--- a/target/product/full_base_telephony.mk
+++ b/target/product/full_base_telephony.mk
@@ -25,7 +25,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
PRODUCT_COPY_FILES := \
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
- frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml
+ device/generic/goldfish/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)