Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit e5cdc5f

Browse files
committed
etc: basic configurations for build-time package integrity check module
Signed-off-by: Camber Huang <camber@aosc.io>
1 parent 15634a8 commit e5cdc5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/autobuild/ab3_defcfg.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,7 @@ abassigngroup() {
169169
: "${ABBUILD:="$(abdetectarch)"}" "${ABHOST:=$ABBUILD}" "${ABTARGET:=$ABHOST}"
170170
ABHOST_GROUP="$(abassigngroup $ABHOST)"
171171

172+
# Default configurations for ab3 package integrity check module.
173+
[ ! -v $ABTEST_ENABLED ] || ABTEST_ENABLED=0 # Disabled during current development cycle
174+
172175
unset -f abdetectarch abassigngroup

0 commit comments

Comments
 (0)