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

Commit 855a1069 authored by xshu's avatar xshu
Browse files

Fix runtest.sh in frameworks/base/wifi

The "make" command seems no longer supported after syncing today to
TOT:

build/core/main.mk:13: Calling make directly is no longer supported.
build/core/main.mk:14: Either use 'envsetup.sh; m' or 'build/soong/soong_ui.bash --make-mode'

Made the fix as suggested above.

Bug: 138863873
Test: unit tests

Change-Id: I2e24da0195327b750a7438427ef5033bcd6f5373
parent f43c581f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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