From a1bf8a9b756f9a7712b6bbfb3d6e9875f5ae0c49 Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Thu, 11 Jul 2019 15:37:30 +0900 Subject: Add platform_apis in Android.bp platform_apis must be true when sdk_version is empty. So add platform_apis into file that is not included it. Bug: 132780927 Test: m Change-Id: Ie7badd61248bbabaf51ef8fb30bdd832af88da15 --- packages/SystemUI/plugin/ExamplePlugin/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/SystemUI/plugin') diff --git a/packages/SystemUI/plugin/ExamplePlugin/Android.bp b/packages/SystemUI/plugin/ExamplePlugin/Android.bp index a0eaf14f4a06..c6c80f3780a3 100644 --- a/packages/SystemUI/plugin/ExamplePlugin/Android.bp +++ b/packages/SystemUI/plugin/ExamplePlugin/Android.bp @@ -11,4 +11,5 @@ android_app { srcs: ["src/**/*.java"], + platform_apis: true, } -- cgit v1.2.3-59-g8ed1b