commit | a1bf8a9b756f9a7712b6bbfb3d6e9875f5ae0c49 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <[email protected]> | Thu Jul 11 15:37:30 2019 +0900 |
committer | Jeongik Cha <[email protected]> | Thu Jul 11 15:40:04 2019 +0900 |
tree | e94397d687c65bee05b1d74fdef1aba1898dbe81 | |
parent | 5cacaef45b4dde2d47acac94192141dc74aa3e55 [diff] [blame] |
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
diff --git a/packages/SystemUI/plugin/ExamplePlugin/Android.bp b/packages/SystemUI/plugin/ExamplePlugin/Android.bp index a0eaf14..c6c80f3 100644 --- a/packages/SystemUI/plugin/ExamplePlugin/Android.bp +++ b/packages/SystemUI/plugin/ExamplePlugin/Android.bp
@@ -11,4 +11,5 @@ srcs: ["src/**/*.java"], + platform_apis: true, }