display: add device specific adaptive calibration file

Bug: 184096624
Change-Id: I813b9310291f33c81ace8e82ebf1a71284c7e795
This commit is contained in:
Long Ling 2021-04-30 15:52:57 -07:00
parent b794f75763
commit 82756614b2
4 changed files with 6 additions and 1 deletions

View file

@ -62,6 +62,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/google/raviole/media_profiles_oriole.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
# Display Config
PRODUCT_COPY_FILES += \
device/google/raviole/oriole/display_colordata_dev_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_dev_cal0.pb
# NFC
PRODUCT_COPY_FILES += \
device/google/raviole/nfc/libnfc-hal-st.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-hal-st.conf \

View file

@ -63,7 +63,8 @@ PRODUCT_COPY_FILES += \
# Display Config
PRODUCT_COPY_FILES += \
device/google/raviole/raven/display_golden_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_cal0.pb
device/google/raviole/raven/display_golden_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_golden_cal0.pb \
device/google/raviole/raven/display_colordata_dev_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/display_colordata_dev_cal0.pb
# NFC
PRODUCT_COPY_FILES += \

Binary file not shown.

Binary file not shown.