See build/soong/README.md for more information Also moves rmtypedefs to use the guava prebuilt from prebuilts/misc/common. Test: m checkbuild Change-Id: I9298967275ca40f8d50841b204cd40612a8a5f56
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
java_library_host {
|
|
name: "idegen",
|
|
srcs: ["**/*.java"],
|
|
static_libs: ["guava"],
|
|
}
|