unplugged-system/tools/treble/build/treble_build/cmd/Android.bp

19 lines
328 B
Plaintext
Raw Permalink Normal View History

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
blueprint_go_binary {
name: "treble_build",
srcs: [
"host.go",
"main.go",
"paths.go",
"query.go",
],
deps: [
"treble_report_app",
"treble_report_module",
"treble_report_local",
],
}