am 9396155d: Add camera feature files to the SDK system image.

Merge commit '9396155dae1a23171a388fcd3c3c8d64a9439062'

* commit '9396155dae1a23171a388fcd3c3c8d64a9439062':
  Add camera feature files to the SDK system image.
This commit is contained in:
Xavier Ducrohet 2009-08-31 18:04:56 -07:00 committed by Android Git Automerger
commit 9427e73b73

View file

@ -28,7 +28,8 @@ PRODUCT_PACKAGES := \
SoftKeyboard
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)