platform_build_soong/cmd
Dan Willemsen 4339853a20 Add a dependency fixer for proto deps
protoc dependency files, at least for C++ outputs, uses the form of:

  a/b.c \
  a/b.h: <dep1> <dep2>...

Ninja will fail the command when it parses a dep file and there's more
than one output file (even though it doesn't care what the output file
name is). So this tool will parse the original file, and output a
version with only a single output file.

Bug: 67329638
Test: NINJA_ARGS="-t deps ...pb.c" m
Test: NINJA_ARGS="-t deps ...srcjar" m
Test: NINJA_ARGS="-t deps ...srcszip" m
Test: Run dep_fixer across all of taimen's dep files, no failures.
Test: Run dep_fixer against the processed files, no changes.
Test: Run androidmk across all of our Android.mk files, inspect the diffs
Change-Id: I4263b7d5faea37285afa6b24dedf5964aa7d19dc
2018-05-07 16:21:59 -07:00
..
dep_fixer Add a dependency fixer for proto deps 2018-05-07 16:21:59 -07:00
extract_jar_packages Regenerate R.java files from LOCAL_STATIC_ANDROID_LIBRARIES 2018-05-02 13:11:01 -07:00
extract_linker Fix format string issues 2018-03-28 15:54:52 -07:00
fileslist fileslist: hash the content of symlink, not the file it points to. 2017-03-29 13:43:41 -07:00
javac_wrapper Use soong_javac_wrapper in soong javac compiles 2017-10-18 17:09:54 +00:00
merge_zips Remove timestamp based filelist file for tracking Python dependencies 2018-03-09 14:12:48 -08:00
multiproduct_kati Increase per-process file limits for multiproduct_kati 2017-12-11 22:53:16 +00:00
pom2bp Add pom2bp 2018-04-24 13:37:38 -07:00
pom2mk Add pom2mk -exclude 2018-04-23 16:16:52 -07:00
sbox Use __SBOX_OUT_DIR__ in sbox output file list 2018-02-21 14:55:34 -08:00
soong_build Use Config/DeviceConfig functions to access ProductVariables 2018-04-11 01:45:14 +00:00
soong_env Switch to blueprint's microfactory 2017-07-24 15:29:14 -07:00
soong_ui Revert "Revert "Test for dangling rules in make checkbuild"" 2017-11-25 05:26:10 +00:00
symbol_inject add a library to report build numbers without causing rebuilds 2018-03-02 16:55:51 -08:00
zip2zip Support exclusions and Blueprint-style ** globs in zip2zip 2017-11-22 16:08:34 -08:00
zipsync Fix format string issues 2018-03-28 15:54:52 -07:00