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
16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
android_app {
|
|
|
|
name: "ExamplePlugin",
|
|
|
|
libs: ["SystemUIPluginLib"],
|
|
|
|
certificate: "platform",
|
|
optimize: {
|
|
enabled: false,
|
|
},
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
platform_apis: true,
|
|
}
|