summaryrefslogtreecommitdiff
path: root/light
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2020-07-27 23:40:07 +0000
committerSteven Moreland <smoreland@google.com>2020-07-29 21:23:02 +0000
commitad724e1e30f5070901afa9f0fed83cb7c386d2c8 (patch)
treefb849caea95ec7fedd9bbf215087082974633b8b /light
parent5ae008679df7fa3b203ea949921c4630d59b0a15 (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.bp2
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: {