Loading tools/acp/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ cc_binary_host { srcs: ["acp.c"], cflags: ["-Wall", "-Werror"], static_libs: ["libhost"], name: "acp", Loading tools/acp/acp.c +1 −2 Original line number Diff line number Diff line Loading @@ -41,10 +41,9 @@ int process(int argc, char* const argv[], unsigned int options) { int retVal = 0; int i, cc; int i; char* stripDest = NULL; int stripDestLen; struct stat destStat; bool destMustBeDir = false; struct stat sb; Loading tools/atree/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -9,5 +9,6 @@ cc_binary_host { "files.cpp", "fs.cpp", ], cflags: ["-Wall", "-Werror"], static_libs: ["libhost"], } tools/atree/files.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -425,8 +425,6 @@ list_dir(const string& path, const FileRecord& rec, const vector<string>& excludes, vector<FileRecord>* more) { int err; string full = path_append(rec.sourceBase, rec.sourceName); full = path_append(full, path); Loading tools/fs_get_stats/Android.bp +1 −0 Original line number Diff line number Diff line cc_binary_host { name: "fs_get_stats", srcs: ["fs_get_stats.c"], cflags: ["-Wall", "-Werror"], shared_libs: [ "libcutils", "liblog", Loading Loading
tools/acp/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ cc_binary_host { srcs: ["acp.c"], cflags: ["-Wall", "-Werror"], static_libs: ["libhost"], name: "acp", Loading
tools/acp/acp.c +1 −2 Original line number Diff line number Diff line Loading @@ -41,10 +41,9 @@ int process(int argc, char* const argv[], unsigned int options) { int retVal = 0; int i, cc; int i; char* stripDest = NULL; int stripDestLen; struct stat destStat; bool destMustBeDir = false; struct stat sb; Loading
tools/atree/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -9,5 +9,6 @@ cc_binary_host { "files.cpp", "fs.cpp", ], cflags: ["-Wall", "-Werror"], static_libs: ["libhost"], }
tools/atree/files.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -425,8 +425,6 @@ list_dir(const string& path, const FileRecord& rec, const vector<string>& excludes, vector<FileRecord>* more) { int err; string full = path_append(rec.sourceBase, rec.sourceName); full = path_append(full, path); Loading
tools/fs_get_stats/Android.bp +1 −0 Original line number Diff line number Diff line cc_binary_host { name: "fs_get_stats", srcs: ["fs_get_stats.c"], cflags: ["-Wall", "-Werror"], shared_libs: [ "libcutils", "liblog", Loading