Add camera to feature list
Copy the rule android.hardware.camera.xml for a non auto-focus camera. Bug: 225749853 Test: adb shell pm list features Change-Id: I61f47bd965bce476471325a38f6d136cc568d65c
This commit is contained in:
parent
3eb0ab2628
commit
d7ce913606
1 changed files with 3 additions and 0 deletions
|
@ -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 += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue