diff --git a/device.mk b/device.mk index c3123b5a..3548bc91 100644 --- a/device.mk +++ b/device.mk @@ -589,6 +589,9 @@ PRODUCT_COPY_FILES += \ ifneq ($(DISABLE_CAMERA_FS_AF),true) PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml +else +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml endif PRODUCT_COPY_FILES += \