From d32ba6ff14f2424b1ddcbfe03f264b90f9980293 Mon Sep 17 00:00:00 2001 From: bohu Date: Fri, 22 May 2015 15:30:13 -0700 Subject: Create SDK specific hardware feature list file The default feature list file includes bluetooth feature which does not exist on SDK system images. This file excludes the bluetooth feature and will be copied over to system/etc/permissions/handheld_core_hardware.xml. Another CL in build project will change the sdk_base.mk file to actually do the copying. bug: 21159206 Change-Id: Ie97e7f647c567ae8b9ee6ea3fe010d5b0a0047f3 --- data/etc/handheld_core_hardware.xml | 84 +++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 data/etc/handheld_core_hardware.xml diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml new file mode 100644 index 0000000..55d085e --- /dev/null +++ b/data/etc/handheld_core_hardware.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3