747e7c15d8
See build/soong/README.md for more information. Test: m checkbuild Change-Id: Id7992ff0cc5d631b64c1fa8e82e8a130ea508236
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
java_library_static {
|
|
name: "framework-protos",
|
|
host_supported: true,
|
|
proto: {
|
|
type: "nano",
|
|
},
|
|
srcs: ["src/**/*.proto"],
|
|
no_framework_libs: true,
|
|
target: {
|
|
android: {
|
|
jarjar_rules: "jarjar-rules.txt",
|
|
},
|
|
host: {
|
|
static_libs: ["libprotobuf-java-nano"],
|
|
},
|
|
},
|
|
}
|