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

Commit d33ef697 authored by Luca Farsi's avatar Luca Farsi Committed by Gerrit Code Review
Browse files

Merge "Add device target build script wrapper" into main

parents 57bbaf99 6ede52cf
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
#!/usr/bin/env bash
#
# Copyright 2024, The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

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 $?