Merge "hikey/hikey960: Add device admin feature" am: 2a1fc3229b
am: ae17df2860
Change-Id: Icdf71ea20c19550fdb25eb29f33983bac89855e0
diff --git a/device-common.mk b/device-common.mk
index 38feb32..b5507da 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -94,7 +94,8 @@
frameworks/native/data/etc/android.software.app_widgets.xml:system/etc/permissions/android.software.app_widgets.xml \
frameworks/native/data/etc/android.software.backup.xml:system/etc/permissions/android.software.backup.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.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
+ frameworks/native/data/etc/android.software.device_admin.xml:system/etc/permissions/android.software.device_admin.xml
# Include BT modules
$(call inherit-product-if-exists, device/linaro/hikey/wpan/ti-wpan-products.mk)