Sort bp2build directory allowlist.
Test: bp2build.sh Change-Id: I48157fd4e02fef3a6917f0a40418cc929168ffff
This commit is contained in:
@@ -178,8 +178,17 @@ var (
|
|||||||
"bionic": Bp2BuildDefaultTrueRecursively,
|
"bionic": Bp2BuildDefaultTrueRecursively,
|
||||||
"build/bazel/examples/apex/minimal": Bp2BuildDefaultTrueRecursively,
|
"build/bazel/examples/apex/minimal": Bp2BuildDefaultTrueRecursively,
|
||||||
"development/sdk": Bp2BuildDefaultTrueRecursively,
|
"development/sdk": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/gwp_asan": Bp2BuildDefaultTrueRecursively,
|
"external/arm-optimized-routines": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/brotli": Bp2BuildDefaultTrue,
|
"external/brotli": Bp2BuildDefaultTrue,
|
||||||
|
"external/fmtlib": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"external/gwp_asan": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"external/jemalloc_new": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"external/libcap": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"external/libcxx": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"external/libcxxabi": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"external/lz4/lib": Bp2BuildDefaultTrue,
|
||||||
|
"external/scudo": Bp2BuildDefaultTrueRecursively,
|
||||||
|
"prebuilts/clang/host/linux-x86": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/libasyncio": Bp2BuildDefaultTrue,
|
"system/core/libasyncio": Bp2BuildDefaultTrue,
|
||||||
"system/core/libcutils": Bp2BuildDefaultTrueRecursively,
|
"system/core/libcutils": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/core/libprocessgroup": Bp2BuildDefaultTrue,
|
"system/core/libprocessgroup": Bp2BuildDefaultTrue,
|
||||||
@@ -189,15 +198,6 @@ var (
|
|||||||
"system/sepolicy/apex": Bp2BuildDefaultTrueRecursively,
|
"system/sepolicy/apex": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/timezone/apex": Bp2BuildDefaultTrueRecursively,
|
"system/timezone/apex": Bp2BuildDefaultTrueRecursively,
|
||||||
"system/timezone/output_data": Bp2BuildDefaultTrueRecursively,
|
"system/timezone/output_data": Bp2BuildDefaultTrueRecursively,
|
||||||
"external/arm-optimized-routines": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"external/fmtlib": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"external/jemalloc_new": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"external/libcxx": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"external/libcxxabi": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"external/libcap": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"external/lz4/lib": Bp2BuildDefaultTrue,
|
|
||||||
"external/scudo": Bp2BuildDefaultTrueRecursively,
|
|
||||||
"prebuilts/clang/host/linux-x86": Bp2BuildDefaultTrueRecursively,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Per-module denylist to always opt modules out of both bp2build and mixed builds.
|
// Per-module denylist to always opt modules out of both bp2build and mixed builds.
|
||||||
|
Reference in New Issue
Block a user