diff options
author | Steven Moreland <smoreland@google.com> | 2020-10-16 23:39:53 +0000 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2020-10-19 21:04:14 +0000 |
commit | 67f5d0f838bcdfe785c3c4c231f3f81e1157173b (patch) | |
tree | f1b51dc9531ab8d282ff18d3fb2a64dc24079af5 /common | |
parent | b5f2d23e26d3d4df2e3bf204854a46f4018c8261 (diff) |
Update VNDK version for common graphics HALs.
We are adding things to them, and in order for core libraries like libui
to use them, the newer versions need to be in the VNDK.
Bug: 170435409
Test: build
Change-Id: I4094240656f357b5ae52194befd0e10627b9fe23
Merged-In: I4094240656f357b5ae52194befd0e10627b9fe23
Diffstat (limited to 'common')
-rw-r--r-- | common/aidl/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/aidl/Android.bp b/common/aidl/Android.bp index 9ea4cdf5c1..0f0fa82cfc 100644 --- a/common/aidl/Android.bp +++ b/common/aidl/Android.bp @@ -6,6 +6,7 @@ aidl_interface { enabled: true, support_system_process: true, }, + vndk_use_version: "2", srcs: [ "android/hardware/common/*.aidl", ], |