commit | 409adebbdb103fb745f56343d7345b57c8ea13aa | [log] [tgz] |
---|---|---|
author | Sasha Smundak <[email protected]> | Thu Jul 02 15:53:35 2020 -0700 |
committer | Sasha Smundak <[email protected]> | Thu Jul 02 15:53:35 2020 -0700 |
tree | 591833a62624b8a67799efa0324337ca105e5e15 | |
parent | a89b7af93ec59e0056909009e3db6db44f37e248 [diff] |
Add go-subcommands module. Bug: 158031244 Test: build runextractor Change-Id: I9e0a9d05c6e0f109693a77e14dbc682e4a20b24e
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"], +}