Enable camera exif model/make reporting

Bug: 223071366
Test: Camera CTS
Change-Id: I797768e46e5f43d7f69cddc02ec66cbc44c5eb6f
This commit is contained in:
Edmond Chung 2022-06-09 17:35:54 -07:00
parent b928d3083c
commit 0e4b561ba0
2 changed files with 8 additions and 0 deletions

View file

@ -311,3 +311,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_l=11 \
ro.com.google.ime.kb_pad_port_r=11 \
ro.com.google.ime.height_ratio=1.025
# Enable camera exif model/make reporting
PRODUCT_PRODUCT_PROPERTIES += \
persist.vendor.camera.exif_reveal_make_model=true

View file

@ -294,3 +294,7 @@ endif
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_b=8 \
ro.com.google.ime.height_ratio=1.075
# Enable camera exif model/make reporting
PRODUCT_PRODUCT_PROPERTIES += \
persist.vendor.camera.exif_reveal_make_model=true