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

Commit 6ede52cf authored by Luca Farsi's avatar Luca Farsi
Browse files

Add device target build script wrapper

Add a separate wrapper to be used in device build targets, this will be
helpful if experiemnts are needed just on the device target side.

Test: N/A
Bug: 378704055
Change-Id: If523854bc4b89451904ac70d209a0a9e0fdb8930
parent f67351a9
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 $?