This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_build_soong
mirror of
https://gitee.com/openkylin/platform_build_soong.git
Watch
9
Star
0
Fork
You've already forked platform_build_soong
0
Code
Issues
Projects
Releases
Wiki
Activity
6c309cd0ac
platform_build_soong
/
apex
/
OWNERS
2 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Track allowed transitive deps in any updatable module. Instead of tracking per module and per module variant, track allowed list of dependecies for all modules combined. This avoids issues with different products and different downstream branches having different build graphs. To compare allowed_deps.txt vs head, run: :; m -j out/soong/apex/depsinfo/new-allowed-deps.txt.check To update source allowed_deps.txt, run: :; build/soong/scripts/update-apex-allowed-deps.sh Bug: 149622332 Test: m Change-Id: Ic518fbd9ebfe1b46aaf9a58df731780a7e5a676b Merged-In: Ic518fbd9ebfe1b46aaf9a58df731780a7e5a676b (cherry picked from commit 453555083b86ff35d874df08f68bf6252fc12fd1) (cherry picked from commit e5207cd9a62f0cf521e95257720529392134a603)
2020-05-14 22:15:01 +08:00
per-file * = jiyong@google.com