Add camera to feature list am: d7ce913606

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17312083

Change-Id: I224bc7ab5e7158f008270bba84d64725077baacb
This commit is contained in:
horngchuang 2022-03-22 11:42:14 +00:00 committed by Automerger Merge Worker
commit dba95c532a

View file

@ -589,6 +589,9 @@ PRODUCT_COPY_FILES += \
ifneq ($(DISABLE_CAMERA_FS_AF),true) ifneq ($(DISABLE_CAMERA_FS_AF),true)
PRODUCT_COPY_FILES += \ 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 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 endif
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \