From fe30957867757d77f649948277f409de31a9425c Mon Sep 17 00:00:00 2001 From: keunyoung Date: Fri, 8 Mar 2013 12:54:36 -0800 Subject: reflect the migration of emulator hal to device/generic/goldfish - no longer need to check the presence as device/generic/goldfish is in PDK Change-Id: I551dd283fb6511d8ebd45a8519f797f8ba2f1a05 --- target/product/sdk.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/product/sdk.mk') diff --git a/target/product/sdk.mk b/target/product/sdk.mk index 82ed538..646881e 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk @@ -85,8 +85,8 @@ PRODUCT_COPY_FILES := \ frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \ frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ - development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \ - development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml \ + device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.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/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ -- cgit v1.1