diff options
author | Matthew Xie <mattx@google.com> | 2013-04-23 12:02:58 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2013-04-23 12:02:58 -0700 |
commit | 7124f65b961269ec26621772d2c8b33786d4ea65 (patch) | |
tree | bfec7a74f06a4c1b7b92cfb4038f7dffe41f6c59 | |
parent | 1875efea0645f386396ef45dd75f63a1af5223bb (diff) | |
download | device_samsung_tuna-7124f65b961269ec26621772d2c8b33786d4ea65.zip device_samsung_tuna-7124f65b961269ec26621772d2c8b33786d4ea65.tar.gz device_samsung_tuna-7124f65b961269ec26621772d2c8b33786d4ea65.tar.bz2 |
Copy android.hardware.bluetooth_le.xml permission file
bug 8369273
Change-Id: I2e5bb02a3e8b82219bcaa125fab93a1e87ad8339
-rw-r--r-- | device.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -142,7 +142,8 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \ frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \ - frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml + frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \ + frameworks/native/data/etc/android.hardware.bluetooth_le.xml:system/etc/permissions/android.hardware.bluetooth_le.xml # Melfas touchscreen firmware PRODUCT_COPY_FILES += \ |