aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a8e74913..f6a06108 100644
--- a/Android.bp
+++ b/Android.bp
@@ -98,6 +98,7 @@ all_srcs = [
"toys/posix/du.c",
"toys/posix/echo.c",
"toys/posix/env.c",
+ "toys/posix/file.c",
"toys/posix/find.c",
"toys/posix/getconf.c",
"toys/posix/grep.c",
@@ -209,6 +210,7 @@ device_srcs = [
"toys/other/vconfig.c",
"toys/other/vmstat.c",
"toys/other/watch.c",
+ "toys/pending/brctl.c",
"toys/pending/getfattr.c",
"toys/pending/lsof.c",
"toys/pending/modprobe.c",
@@ -222,9 +224,9 @@ device_srcs = [
"toys/posix/df.c",
"toys/posix/expand.c",
"toys/posix/false.c",
- "toys/posix/file.c",
"toys/posix/iconv.c",
"toys/posix/kill.c",
+ "toys/posix/logger.c",
"toys/posix/mkfifo.c",
"toys/posix/nice.c",
"toys/posix/nohup.c",
@@ -245,6 +247,7 @@ toybox_symlinks = [
"base64",
"basename",
"blockdev",
+ "brctl",
"cal",
"cat",
"chattr",
@@ -310,6 +313,7 @@ toybox_symlinks = [
"load_policy",
"ln",
"log",
+ "logger",
"logname",
"losetup",
"ls",
@@ -406,6 +410,7 @@ toybox_symlinks = [
"uudecode",
"uuencode",
"uuidgen",
+ "vi",
"vmstat",
"watch",
"wc",
@@ -427,6 +432,7 @@ cc_defaults {
"-Werror",
"-Wno-char-subscripts",
"-Wno-deprecated-declarations",
+ "-Wno-invalid-source-encoding",
"-Wno-missing-field-initializers",
"-Wno-pointer-arith",
"-Wno-sign-compare",