Skip to content

Commit 1878fde

Browse files
committed
build-configs-android.yaml: Enable allmodconfig
As per Todd Kjos email we are gradually enabling allmodconfig, then if system can handle load properly, we will enable allyesconfig. Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 7c74f33 commit 1878fde

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

config/core/build-configs-android.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ android_variants: &android_variants
1818
- 'imx_v6_v7_defconfig'
1919
- 'omap2plus_defconfig'
2020
- 'vexpress_defconfig'
21+
extra_configs:
22+
- 'allmodconfig'
2123
# Disabling to reduce load
22-
# extra_configs:
23-
# - 'allmodconfig'
2424
# - 'allnoconfig'
2525
# - 'multi_v7_defconfig+CONFIG_CPU_BIG_ENDIAN=y'
2626
# - 'multi_v7_defconfig+CONFIG_SMP=n'
@@ -29,8 +29,7 @@ android_variants: &android_variants
2929

3030
arm64: &arm64_arch
3131
extra_configs:
32-
# Disabling to reduce load
33-
# - 'allmodconfig'
32+
- 'allmodconfig'
3433
- 'allnoconfig'
3534
- 'defconfig+CONFIG_CPU_BIG_ENDIAN=y'
3635
- 'defconfig+CONFIG_RANDOMIZE_BASE=y'
@@ -48,8 +47,7 @@ android_variants: &android_variants
4847
x86_64: &x86_64_arch
4948
base_defconfig: 'x86_64_defconfig'
5049
extra_configs:
51-
# Disabling to reduce load
52-
# - 'allmodconfig'
50+
- 'allmodconfig'
5351
- 'allnoconfig'
5452

5553
clang_android_variants: &clang_android_variants

0 commit comments

Comments
 (0)