summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-03-02 17:24:16 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-02 17:24:16 -0800
commitf93b1452f84a0234c7d8ebc1e0f74cb09a3cb3df (patch)
tree062a31ddfaf536273a467e65b7626ba43c2edabd /device.mk
parent58c2795da31becdad6596f30c59c876fe5a96cbc (diff)
parentd60aa3955d4e5de3e69dc19f5f99f611299242a3 (diff)
downloaddevice_samsung_crespo-f93b1452f84a0234c7d8ebc1e0f74cb09a3cb3df.zip
device_samsung_crespo-f93b1452f84a0234c7d8ebc1e0f74cb09a3cb3df.tar.gz
device_samsung_crespo-f93b1452f84a0234c7d8ebc1e0f74cb09a3cb3df.tar.bz2
am d60aa395: am 45870956: Merge "Add USB accessory support to crespo builds" into gingerbread
* commit 'd60aa3955d4e5de3e69dc19f5f99f611299242a3': Add USB accessory support to crespo builds
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index f0bc0cb..2547949 100644
--- a/device.mk
+++ b/device.mk
@@ -92,7 +92,8 @@ PRODUCT_PACKAGES += \
# Libs
PRODUCT_PACKAGES += \
libcamera \
- libstagefrighthw
+ libstagefrighthw \
+ com.google.android.usb
# Input device calibration files
PRODUCT_COPY_FILES += \
@@ -112,6 +113,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.