See build/soong/README.md for more information. Test: m checkbuild Exempt-From-Owner-Approval: trivial conversion Change-Id: I417409281c928ea667d937090d2a0d9d72a449a2
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
java_binary_host {
|
|
name: "lockedregioncodeinjection",
|
|
manifest: "manifest.txt",
|
|
srcs: ["src/**/*.java"],
|
|
static_libs: [
|
|
"asm-6.0",
|
|
"asm-commons-6.0",
|
|
"asm-tree-6.0",
|
|
"asm-analysis-6.0",
|
|
"guava-21.0",
|
|
],
|
|
}
|