Skip to content

Commit 900db2d

Browse files
author
bruce
committed
temp
1 parent c5944ed commit 900db2d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.mainframer/localignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Usually you don't need to sync build folder to remote machine since it will have one as result of build.
2-
build
2+
build
3+
local.properties

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ RUN curl -s https://dl.google.com/android/repository/commandlinetools-linux-${VE
6868
RUN mkdir -p $ANDROID_SDK_ROOT/licenses/ \
6969
&& echo "8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e\n24333f8a63b6825ea9c5514f83c2829b004d1fee" > $ANDROID_SDK_ROOT/licenses/android-sdk-license \
7070
&& echo "84831b9409646a918e30573bab4c9c91346d8abd\n504667f4c0de7af1a06de9f4b1727b84351f2910" > $ANDROID_SDK_ROOT/licenses/android-sdk-preview-license \
71-
&& yes | ${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin/sdkmanager --sdk_root=${ANDROID_SDK_ROOT} --licenses >/dev/null
71+
&& yes | ${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin/sdkmanager --sdk_root=${ANDROID_SDK_ROOT} --licenses >/dev/null \
72+
&& yes | ${ANDROID_HOME}/cmdline-tools/tools/bin/sdkmanager --sdk_root=${ANDROID_HOME} "ndk-bundle"
7273

7374
ADD packages.txt /sdk
7475
RUN mkdir -p /root/.android \

0 commit comments

Comments
 (0)