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

Commit 29b821e5 authored by Luca Farsi's avatar Luca Farsi
Browse files

Build using build_test_suites_binary

Change the wrapper script for build_test_suites to instead build the
binary first and then call that instead

Test: Presubmit
Bug: 372973116
Change-Id: Id3d09557f5d81acbb05623d33c78a2a75895190c
parent 2b3b093e
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
#!prebuilts/build-tools/linux-x86/bin/py3-cmd -B
#!/usr/bin/env bash
#
# Copyright 2024, The Android Open Source Project
#
@@ -14,7 +14,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import build_test_suites
import sys

build_test_suites.main(sys.argv[1:])
build/soong/soong_ui.bash --make-mode build_test_suites || exit $?
$(build/soong/soong_ui.bash --dumpvar-mode HOST_OUT)/bin/build_test_suites $@ || exit $?