Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 5a5aa33

Browse files
Treehugger RobotGerrit Code Review
Treehugger Robot
authored and
Gerrit Code Review
committed
Merge "Set ALLOW_UNKNOWN_WARNING_OPTION"
2 parents ba781b8 + 7549a9f commit 5a5aa33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vndk/tools/header-checker/android/build-prebuilts.sh

+4
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ cat > "${SOONG_OUT}/soong.variables" << __EOF__
118118
}
119119
__EOF__
120120

121+
# Allow unknown warning options since this may lag behind platform's compiler
122+
# version.
123+
export ALLOW_UNKNOWN_WARNING_OPTION=true
124+
121125
binaries=()
122126
for name in "${SOONG_BINARIES[@]}"; do
123127
binaries+=("${SOONG_HOST_OUT}/bin/${name}")

0 commit comments

Comments
 (0)