From 08ddb47165f222b6ce7e5368a9c490338f4e5f2c Mon Sep 17 00:00:00 2001 From: bohu Date: Tue, 23 Feb 2016 16:28:26 -0800 Subject: [PATCH] Emulator: Add fingerprint permission to sdk system images Since N, the android.hardware.fingerprint.xml is required. bug: 27324642 Change-Id: Ib2f77f68bb4b9a68e1e77311fae3ce2a30bc37cb --- target/product/sdk_base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/sdk_base.mk b/target/product/sdk_base.mk index 7cb1fd332..2945f8ca3 100644 --- a/target/product/sdk_base.mk +++ b/target/product/sdk_base.mk @@ -73,6 +73,7 @@ PRODUCT_COPY_FILES := \ device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ + frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf