diff options
author | Eddy Witkamp <eddywitkamp@gmail.com> | 2013-11-27 20:38:00 +0100 |
---|---|---|
committer | Marco Brohet <therbom@gmail.com> | 2013-12-02 19:25:16 +0100 |
commit | 4ed4fda078e42daa3252aafb89565008e57c1c65 (patch) | |
tree | 6f6765ce4800f59bd6d3f160291242d67b0eb39f | |
parent | e99d491752481ff9106bbd8fb52ddd4e26e284ec (diff) | |
download | device_samsung_galaxys2-common-4ed4fda078e42daa3252aafb89565008e57c1c65.zip device_samsung_galaxys2-common-4ed4fda078e42daa3252aafb89565008e57c1c65.tar.gz device_samsung_galaxys2-common-4ed4fda078e42daa3252aafb89565008e57c1c65.tar.bz2 |
galaxys2-common: Enable Bluetooth LE feature
based on http://forum.xda-developers.com/showpost.php?p=45493157&postcount=13
Change-Id: I9d3ed6d7f8c4606ddcca46f44947352e465bab76
-rw-r--r-- | common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -167,7 +167,8 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \ - frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml + frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ + frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml # Feature live wallpaper PRODUCT_COPY_FILES += \ |