Colin Cross e0b2ee52d2 Convert services to Android.bp
See build/soong/README.md for more information.

Test: m checkbuild
Exempt-From-Owner-Approval: trivial conversion
Change-Id: I417409281c928ea667d937090d2a0d9d72a449a2
2017-12-08 21:00:15 +00:00

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",
],
}