From 8ad53a6f469e4b63cb70d71871d93503f16aa578 Mon Sep 17 00:00:00 2001 From: Jim Kaye Date: Tue, 12 Apr 2016 22:00:10 -0700 Subject: [PATCH] Fix Emulator CTS tests for Camera, Location, Sensors, Telephony This gets all the android.app.cts.SystemFeaturesTest tests to pass. In addition to these changes, the AVD's config.ini must indicate an emulated front camera and no back camera. https://code.google.com/p/android/issues/detail?id=205072 Change-Id: Ibf9103e4121f71063ac9f4ca7307b94f53963a2e --- target/product/sdk_base.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/sdk_base.mk b/target/product/sdk_base.mk index 2945f8ca3..905b89893 100644 --- a/target/product/sdk_base.mk +++ b/target/product/sdk_base.mk @@ -72,7 +72,7 @@ PRODUCT_COPY_FILES := \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ 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.camera.xml:system/etc/permissions/android.hardware.camera.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