diff options
author | Steven Moreland <smoreland@google.com> | 2020-07-27 23:40:07 +0000 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2020-07-29 21:23:02 +0000 |
commit | ad724e1e30f5070901afa9f0fed83cb7c386d2c8 (patch) | |
tree | fb849caea95ec7fedd9bbf215087082974633b8b /light | |
parent | 5ae008679df7fa3b203ea949921c4630d59b0a15 (diff) |
light AIDL: use module_current
Now that this works for VINTF modules, make sure we have at least one
example of it on AOSP.
Fixes: 161501127
Test: build only
Change-Id: Ib02d36d172ad6654b4b7fc424ca14bb90ee503d5
Diffstat (limited to 'light')
-rw-r--r-- | light/aidl/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light/aidl/Android.bp b/light/aidl/Android.bp index 91de3e9e0c..fbcdb321aa 100644 --- a/light/aidl/Android.bp +++ b/light/aidl/Android.bp @@ -7,7 +7,7 @@ aidl_interface { stability: "vintf", backend: { java: { - platform_apis: true, + sdk_version: "module_current", }, ndk: { vndk: { |