diff options
author | Valerie Hau <vhau@google.com> | 2018-10-09 16:09:12 -0700 |
---|---|---|
committer | Valerie Hau <vhau@google.com> | 2018-10-22 11:19:52 -0700 |
commit | ec9830654992ffb8cbfbd4734e4a8c2d0145d41c (patch) | |
tree | be5065e6a0996107056e8a48d846f298640f9045 /update-base-files.sh | |
parent | 6e457995b6976e0350bccb22064ca2e90cd9540b (diff) | |
download | platform_hardware_interfaces-ec9830654992ffb8cbfbd4734e4a8c2d0145d41c.tar.gz platform_hardware_interfaces-ec9830654992ffb8cbfbd4734e4a8c2d0145d41c.tar.bz2 platform_hardware_interfaces-ec9830654992ffb8cbfbd4734e4a8c2d0145d41c.zip |
Adding Dataspace BT2020_SRGB and ColorMode BT2020_SRGB
BT2020_SRGB is BT2020 with SRGB transfer function. Adding to types V1.2
and upgrading methods that utilize Dataspace and ColorMode
Bug: 115335239
Test: ./libsurfaceflinger_unittest --gtest_filter=GetBestColorMode.*
Change-Id: Ic807183ae2bd0212cd8c5d7a24c93db0a1bc28fb
Diffstat (limited to 'update-base-files.sh')
-rwxr-xr-x | update-base-files.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update-base-files.sh b/update-base-files.sh index 75d2be5d61..daaa53017b 100755 --- a/update-base-files.sh +++ b/update-base-files.sh @@ -36,6 +36,9 @@ hidl-gen $options \ hidl-gen $options \ -o $ANDROID_BUILD_TOP/system/core/include/system/graphics-base-v1.1.h \ android.hardware.graphics.common@1.1 +hidl-gen $options \ + -o $ANDROID_BUILD_TOP/system/core/include/system/graphics-base-v1.2.h \ + android.hardware.graphics.common@1.2 # system/media hidl-gen $options \ |