commit | 97d772a0b6c62d6bfac71224c4fdbf896a5478ba | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Thu Jun 18 13:39:31 2020 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Thu Jun 18 13:39:31 2020 -0700 |
tree | 649fe186d084de241407f9602ac439dc93c1d956 | |
parent | 0eda6318f2616441c202d51f471af109718ee082 [diff] |
Add creachadair-shell module Bug: 158031244 Test: build runextractor Change-Id: I3d3dd9f45315bb44a9290029467aaf08ffd6d941
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..11bf072 --- /dev/null +++ b/Android.bp
@@ -0,0 +1,8 @@ +// Needed by Go runextractor. +bootstrap_go_package { + name: "creachadair-shell", + pkgPath: "bitbucket.org/creachadair/shell", + srcs: [ + "shell.go", + ], +}