1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-01 17:41:54 +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

View File

@@ -66,7 +66,7 @@ RUN cd /devlib && \
# Set ANDROID_CMDLINE_VERSION environment variable if you want to use a
# specific version of Android command line tools rather than default
# which is ``11076708`` as of writing this comment.
RUN cd /devlib/tools/android && ./install_base.sh
RUN cd /devlib/tools/android && ./setup_host.sh
# Set BUILDROOT_VERSION environment variable if you want to use a specific
# branch of buildroot rather than default which is ``2023.11.1`` as of