display: add device specific adaptive calibration file am: 82756614b2 am: 925708614b

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

Change-Id: Ifb3b3c267743f52ecff01def4bc56416835e5d0b
This commit is contained in:
Long Ling 2021-05-11 20:09:44 +00:00 committed by Automerger Merge Worker
commit 4af1747bd7
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.