Merge "Revert "Use hashed subdir for soong_config modules"" into main

This commit is contained in:
Inseob Kim
2024-06-27 04:30:30 +00:00
committed by Gerrit Code Review
6 changed files with 3 additions and 352 deletions

View File

@@ -594,12 +594,6 @@ modules (`cc_defaults`, `java_defaults`, etc.), which can then be referenced
by all of the vendor's other modules using the normal namespace and visibility
rules.
`soongConfigTraceMutator` enables modules affected by soong config variables to
write outputs into a hashed directory path. It does this by recording accesses
to soong config variables on each module, and then accumulating records of each
module's all dependencies. `m soong_config_trace` builds information about
hashes to `$OUT_DIR/soong/soong_config_trace.json`.
## Build logic
The build logic is written in Go using the