aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-09-24 10:42:07 -0700
committerElliott Hughes <enh@google.com>2018-09-24 11:03:47 -0700
commit7a03bafda6c2b288cdd9c7fce63cf66618757a0e (patch)
tree784d87630950b211937d1f35085c44be9575b0d5 /Android.bp
parent1ba78f42899c818e69625cc888bc5ae159391265 (diff)
parent951b2fdffb03d8b3f1ce47e72e27fa09e3a6f1ea (diff)
downloadtoybox-7a03bafda6c2b288cdd9c7fce63cf66618757a0e.tar.gz
Merge remote-tracking branch 'toybox/master' into HEAD
Change-Id: I82b1111110115386f99b26b8114fab491bf8396e
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 07bf3d3b..53697d69 100644
--- a/Android.bp
+++ b/Android.bp
@@ -109,6 +109,7 @@ cc_defaults {
"toys/other/fsfreeze.c",
"toys/other/help.c",
"toys/other/hwclock.c",
+ "toys/other/i2ctools.c",
"toys/other/inotifyd.c",
"toys/other/insmod.c",
"toys/other/ionice.c",
@@ -150,6 +151,7 @@ cc_defaults {
"toys/other/which.c",
"toys/other/xxd.c",
"toys/other/yes.c",
+ "toys/pending/bc.c",
"toys/pending/dd.c",
"toys/pending/diff.c",
"toys/pending/expr.c",
@@ -296,6 +298,10 @@ cc_defaults {
"head",
"hostname",
"hwclock",
+ "i2cdetect",
+ "i2cdump",
+ "i2cget",
+ "i2cset",
"id",
"ifconfig",
"inotifyd",