blob: 95f453c3e523e6847684784f0bb3fc96e1b0dc5b [file] [log] [blame]
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"],
},
},
}