summaryrefslogtreecommitdiffstats
path: root/update-base-files.sh
diff options
context:
space:
mode:
authorCraig Donner <cdonner@google.com>2017-12-12 13:38:07 -0800
committerCraig Donner <cdonner@google.com>2018-01-19 10:16:22 -0800
commit243da4d2b8a1ce975d1dd8f796434ec624e5f979 (patch)
tree21c7b834778e6e9fa2d294dcda8e1c916117a604 /update-base-files.sh
parent1b2ad166a46ad395491cc335a72a35eb814e4b8a (diff)
downloadandroid_hardware_interfaces-243da4d2b8a1ce975d1dd8f796434ec624e5f979.tar.gz
android_hardware_interfaces-243da4d2b8a1ce975d1dd8f796434ec624e5f979.tar.bz2
android_hardware_interfaces-243da4d2b8a1ce975d1dd8f796434ec624e5f979.zip
graphics: add graphics common 1.1 HAL with new pixel formats and usages.
Bug: 66900669 Test: Build Change-Id: Ie8ba599230c7491aee337c8c333a96859c1ce83d
Diffstat (limited to 'update-base-files.sh')
-rwxr-xr-xupdate-base-files.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/update-base-files.sh b/update-base-files.sh
index bb99d2291..75d2be5d6 100755
--- a/update-base-files.sh
+++ b/update-base-files.sh
@@ -31,8 +31,11 @@ hidl-gen $options \
# system/core
hidl-gen $options \
- -o $ANDROID_BUILD_TOP/system/core/include/system/graphics-base.h \
+ -o $ANDROID_BUILD_TOP/system/core/include/system/graphics-base-v1.0.h \
android.hardware.graphics.common@1.0
+hidl-gen $options \
+ -o $ANDROID_BUILD_TOP/system/core/include/system/graphics-base-v1.1.h \
+ android.hardware.graphics.common@1.1
# system/media
hidl-gen $options \