Skip to content

Commit 8220957

Browse files
authored
Update build.sh
1 parent c953dce commit 8220957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ else
100100
source ./tools/config.sh
101101
fi
102102

103+
# avoid compile stop when files of managed components have been changed
104+
rm -rf $AR_MANAGED_COMPS/.component_hash
105+
103106
if [ "$BUILD_TYPE" != "all" ]; then
104107
if [ "$TARGET" = "all" ]; then
105108
echo "ERROR: You need to specify target for non-default builds"

0 commit comments

Comments
 (0)