aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2020-06-18 13:39:31 -0700
committerSasha Smundak <asmundak@google.com>2020-06-18 13:39:31 -0700
commit97d772a0b6c62d6bfac71224c4fdbf896a5478ba (patch)
tree649fe186d084de241407f9602ac439dc93c1d956
parent0eda6318f2616441c202d51f471af109718ee082 (diff)
downloadgo-creachadair-shell-97d772a0b6c62d6bfac71224c4fdbf896a5478ba.tar.gz
Add creachadair-shell module
Bug: 158031244 Test: build runextractor Change-Id: I3d3dd9f45315bb44a9290029467aaf08ffd6d941
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
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",
+ ],
+}