mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-01 17:41:54 +01:00
tools/android: Address review comments on PR#668
PR#668: https://github.com/ARM-software/devlib/pull/668 - Fix mixed tab-space white-spacing issues - s/CMDLINE_VERSION/ANDROID_CMDLINE_VERSION/ to be more precise - s/set_host_arch/get_android_sdk_host_arch/ because the global variable for Android host architecture is removed now Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
@@ -63,9 +63,9 @@ RUN cd /devlib && \
|
||||
pip install --upgrade pip setuptools wheel && \
|
||||
pip install .[full]
|
||||
|
||||
# Set 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.
|
||||
# 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
|
||||
|
||||
# Set BUILDROOT_VERSION environment variable if you want to use a specific
|
||||
|
Reference in New Issue
Block a user