summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwifi/tests/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/tests/runtests.sh b/wifi/tests/runtests.sh
index 219a45ee188f..7a0dfb08fcfe 100755
--- a/wifi/tests/runtests.sh
+++ b/wifi/tests/runtests.sh
@@ -12,7 +12,7 @@ set -e # fail early
echo "+ mmma -j32 $ANDROID_BUILD_TOP/frameworks/base/wifi/tests"
# NOTE Don't actually run the command above since this shell doesn't inherit functions from the
# caller.
-make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk MODULES-IN-frameworks-base-wifi-tests
+$ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode MODULES-IN-frameworks-base-wifi-tests
set -x # print commands