forked from openkylin/platform_build
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
This commit is contained in:
parent
2aae91e21a
commit
8ad53a6f46
|
@ -72,7 +72,7 @@ PRODUCT_COPY_FILES := \
|
||||||
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
|
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 \
|
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.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/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 \
|
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
|
hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
||||||
|
|
Loading…
Reference in New Issue