From ad724e1e30f5070901afa9f0fed83cb7c386d2c8 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 27 Jul 2020 23:40:07 +0000 Subject: [PATCH] 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 --- light/aidl/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {