aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2020-07-02 15:53:35 -0700
committerSasha Smundak <asmundak@google.com>2020-07-02 15:53:35 -0700
commit409adebbdb103fb745f56343d7345b57c8ea13aa (patch)
tree591833a62624b8a67799efa0324337ca105e5e15
parenta89b7af93ec59e0056909009e3db6db44f37e248 (diff)
downloadgo-subcommands-409adebbdb103fb745f56343d7345b57c8ea13aa.tar.gz
Add go-subcommands module.
Bug: 158031244 Test: build runextractor Change-Id: I9e0a9d05c6e0f109693a77e14dbc682e4a20b24e
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..b5ca903
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+bootstrap_go_package {
+ name: "go-subcommands",
+ pkgPath: "github.com/google/subcommands",
+ srcs: ["subcommands.go"],
+}