diff options
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 \ |
