am b15c119d: am 19e9fff3: am 74134a50: Add camera sounds to the emulator system image build.

This commit is contained in:
Xavier Ducrohet 2010-04-09 08:52:54 -07:00 committed by Android Git Automerger
commit 8797d5333b
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay
PRODUCT_COPY_FILES := \
system/core/rootdir/etc/vold.fstab:system/etc/vold.fstab \
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/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)