aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-12-20 11:22:49 -0800
committerElliott Hughes <enh@google.com>2019-12-20 11:22:49 -0800
commit48b302cbc60c0b91d428aa3b85308a9d2c544131 (patch)
treef5d6f85660cf53668a8b6fee6e9b382a90e07fed /Android.bp
parentc0c89164d1e772f9df88491967a5d9a4e746abaa (diff)
downloadtoybox-48b302cbc60c0b91d428aa3b85308a9d2c544131.tar.gz
Build getopt(1) for host and device.
Test: treehugger Change-Id: I9fed220e2256c2fe1bcbf8f17085e1af4a0c2704
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ba0ba623..26a3a67f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -85,6 +85,7 @@ cc_defaults {
"toys/pending/dd.c",
"toys/pending/diff.c",
"toys/pending/expr.c",
+ "toys/pending/getopt.c",
"toys/pending/tr.c",
"toys/posix/basename.c",
"toys/posix/cat.c",