Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d341db2 authored by Julien Desprez's avatar Julien Desprez Committed by Automerger Merge Worker
Browse files

Merge "Include checkbuild in list of required target" into main am: f3b8e2d0 am: 08fcdef1

parents 21b8909d 08fcdef1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ SOONG_UI_EXE_REL_PATH = 'build/soong/soong_ui.bash'
LOG_PATH = 'logs/build_test_suites.log'
# Currently, this prevents the removal of those tags when they exist. In the future we likely
# want the script to supply 'dist directly
REQUIRED_BUILD_TARGETS = frozenset(['dist', 'droid'])
REQUIRED_BUILD_TARGETS = frozenset(['dist', 'droid', 'checkbuild'])


class Error(Exception):