Merge "Add non-linear brightness table" into udc-qpr-dev am: b75ddaea4a am: 9fc4fb5e0d

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

Change-Id: Ia1cf6b2780a863f10cecea56e9a284670feb5477
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
RoyYH Lee 2023-08-25 04:08:19 +00:00 committed by Automerger Merge Worker
commit 751f90eb49
3 changed files with 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -47,6 +47,11 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/comet/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.comet.rc device/google/comet/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.comet.rc
# Display brightness curve
PRODUCT_COPY_FILES += \
device/google/comet/comet/panel_config_google-ct3a_cal0.pb:$(TARGET_COPY_OUT_VENDOR)/etc/panel_config_google-ct3a_cal0.pb \
device/google/comet/comet/panel_config_google-ct3c_cal1.pb:$(TARGET_COPY_OUT_VENDOR)/etc/panel_config_google-ct3c_cal1.pb
# Camera # Camera
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/google/comet/media_profiles_comet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml device/google/comet/media_profiles_comet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml