OSDN Git Service

Replace hardware features conf file to be emulator specific
authorPulkit Bhuwalka <pulkitb@google.com>
Wed, 15 Feb 2017 05:46:47 +0000 (21:46 -0800)
committerPulkit Bhuwalka <pulkitb@google.com>
Fri, 17 Feb 2017 21:46:01 +0000 (13:46 -0800)
commita118a21b009e09514f7b245f60ac4139217ce0ce
tree68b6ad66264817786bacb6a03ddbd6ba56a745fa
parent96a4bdd9a6ecd8381fa0f2b8aee17a827cc565a2
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
target/product/full_base_telephony.mk