@@ -50,6 +50,8 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.screen.portrait.xml:system/etc/permissions/android.hardware.screen.portrait.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.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 \
$(LOCAL_PATH)/media_codecs.xml:system/etc/media_codecs.xml \
PRODUCT_COPY_FILES += \
Without this, developer options in settings crashes. Signed-off-by: John Stultz <john.stultz@linaro.org> --- device.mk | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1