Merge "bp2build: convert paths/module refs to Bazel label" am: b7eab01167
am: 6d5454d0f9
am: 595abf120a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1564272 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I51fd926cdae810906a75ed132dc70fa2f2c74240
This commit is contained in:
@@ -54,6 +54,8 @@ func init() {
|
||||
func RegisterPreDepsMutators(ctx android.RegisterMutatorsContext) {
|
||||
ctx.TopDown("apex_vndk", apexVndkMutator).Parallel()
|
||||
ctx.BottomUp("apex_vndk_deps", apexVndkDepsMutator).Parallel()
|
||||
ctx.BottomUp("prebuilt_apex_select_source", prebuiltSelectSourceMutator).Parallel()
|
||||
ctx.BottomUp("deapexer_select_source", deapexerSelectSourceMutator).Parallel()
|
||||
}
|
||||
|
||||
func RegisterPostDepsMutators(ctx android.RegisterMutatorsContext) {
|
||||
|
Reference in New Issue
Block a user