unplugged-system/tools/security/fuzzing/fuzzer_parser/Android.bp

10 lines
179 B
Plaintext
Raw Normal View History

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
blueprint_go_binary {
name: "fuzzparser",
deps: ["blueprint-parser"],
srcs: ["fuzzparser.go"],
}