9ca1dd8dab
When a blacklist is set, we must not use driver package for those applications on the blacklist. BUG: 120869311 Test: Build, flash, boot. Verify with command line. Change-Id: I1c9f10a3086007038c328a20346ffadeff1861ae
12 lines
247 B
Plaintext
12 lines
247 B
Plaintext
java_library_static {
|
|
name: "game-driver-protos",
|
|
host_supported: true,
|
|
proto: {
|
|
type: "lite",
|
|
},
|
|
srcs: ["game_driver.proto"],
|
|
no_framework_libs: true,
|
|
jarjar_rules: "jarjar-rules.txt",
|
|
sdk_version: "28",
|
|
}
|