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:
@@ -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
|
||||
|
Reference in New Issue
Block a user