File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash -ex
2
2
#
3
- # Copyright (C) 2019-2021 HERE Europe B.V.
3
+ # Copyright (C) 2019-2024 HERE Europe B.V.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
25
25
26
26
# Install required NDK version (output disabled as it causes issues during page loading)
27
27
env
28
- ${ANDROID_HOME} /tools/bin/sdkmanager --list
29
- ${ANDROID_HOME} /tools/bin/sdkmanager --install " ndk;21.3.6528147" --sdk_root=${ANDROID_HOME} > /dev/null
30
- ${ANDROID_HOME} /tools/bin/sdkmanager --list
28
+ ${ANDROID_SDK_ROOT} /cmdline-tools/latest/bin/sdkmanager --list
29
+ ${ANDROID_SDK_ROOT} /cmdline-tools/latest/bin/sdkmanager --install " ndk;21.3.6528147" --sdk_root=${ANDROID_HOME} > /dev/null
30
+ ${ANDROID_SDK_ROOT} /cmdline-tools/latest/bin/sdkmanager --install " platforms;android-28" > /dev/null
31
+ ${ANDROID_SDK_ROOT} /cmdline-tools/latest/bin/sdkmanager --list
31
32
export ANDROID_NDK_HOME=$ANDROID_HOME /ndk/21.3.6528147
32
33
env
33
34
# Verify content of NDK directories
You can’t perform that action at this time.
0 commit comments