summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 7823c4a..a0a93df 100644
--- a/device.mk
+++ b/device.mk
@@ -93,7 +93,8 @@ PRODUCT_PACKAGES += \
# Libs
PRODUCT_PACKAGES += \
libcamera \
- libstagefrighthw
+ libstagefrighthw \
+ com.google.android.usb
# Input device calibration files
PRODUCT_COPY_FILES += \
@@ -113,6 +114,8 @@ PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
frameworks/base/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
+ frameworks/base/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
+ frameworks/base/data/etc/com.google.android.usb.xml:system/etc/permissions/com.google.android.usb.xml \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
# The OpenGL ES API level that is natively supported by this device.