14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
|
android_app {
|
||
|
name: "OneMedia",
|
||
|
srcs: [
|
||
|
"**/*.java",
|
||
|
"src/**/I*.aidl",
|
||
|
],
|
||
|
platform_apis: true,
|
||
|
certificate: "platform",
|
||
|
libs: ["org.apache.http.legacy"],
|
||
|
optimize: {
|
||
|
enabled: false,
|
||
|
},
|
||
|
}
|