1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-02 10:01:53 +01:00

tools/setup_host.sh: Rename install_base.sh to setup_host.sh

install_base.sh is left-over from LISA/install_base.sh. Scope of the
script in question is different (and potentially can diverge more) than
its root in LISA. Hence, give it a more descriptive (hopefully) name.

Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
Metin Kaya
2024-06-19 14:08:25 +01:00
committed by Marc Bonnici
parent b485484850
commit b7d7b46626
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
# limitations under the License.
# Script to install Android SDK tools for LISA & devlib on an Ubuntu-like
# system.
# system and creates Android virtual devices.
# shellcheck disable=SC2317