summaryrefslogtreecommitdiffstats
path: root/target/product/sdk.mk
diff options
context:
space:
mode:
authorkeunyoung <keunyoung@google.com>2013-03-08 12:54:36 -0800
committerkeunyoung <keunyoung@google.com>2013-03-11 09:41:17 -0700
commitfe30957867757d77f649948277f409de31a9425c (patch)
tree62b7624b200bc41a350f1eb211819314ac10c06a /target/product/sdk.mk
parenta8d89e15f0fe4e3e5156526e25e51a7901b57b68 (diff)
downloadbuild-fe30957867757d77f649948277f409de31a9425c.zip
build-fe30957867757d77f649948277f409de31a9425c.tar.gz
build-fe30957867757d77f649948277f409de31a9425c.tar.bz2
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
Diffstat (limited to 'target/product/sdk.mk')
-rw-r--r--target/product/sdk.mk4
1 files changed, 2 insertions, 2 deletions
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 \