Add camera feature files to the SDK system image.

Without this the system refuses to install applications that
requires the camera (like ApiDemos)

Change-Id: Ia13b6a10f4731bf23eea04e3210ad0b3ed557aa6
This commit is contained in:
Xavier Ducrohet
2009-08-31 16:44:24 -07:00
parent 6fc63e1f82
commit 9396155dae

View File

@@ -28,7 +28,8 @@ PRODUCT_PACKAGES := \
SoftKeyboard SoftKeyboard
PRODUCT_COPY_FILES := \ PRODUCT_COPY_FILES := \
development/data/etc/vold.conf:system/etc/vold.conf development/data/etc/vold.conf:system/etc/vold.conf \
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) $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)