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
12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
// Copyright 2006 The Android Open Source Project
|
|
//
|
|
|
|
java_binary_host {
|
|
name: "BugReport",
|
|
wrapper: "bugreport",
|
|
manifest: "manifest-library.mf",
|
|
srcs: ["src/**/*.java"],
|
|
java_resource_dirs: ["resources"],
|
|
static_libs: ["jsilver"],
|
|
}
|