12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
android_app {
|
|
name: "UserDictionaryProvider",
|
|
srcs: ["**/*.java"],
|
|
libs: ["ext"],
|
|
platform_apis: true,
|
|
certificate: "shared",
|
|
privileged: true,
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|