File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -68,7 +68,8 @@ RUN curl -s https://dl.google.com/android/repository/commandlinetools-linux-${VE
6868RUN mkdir -p $ANDROID_SDK_ROOT/licenses/ \
6969 && echo "8933bad161af4178b1185d1a37fbf41ea5269c55\n d56f5187479451eabf01fb78af6dfcb131a6481e\n 24333f8a63b6825ea9c5514f83c2829b004d1fee" > $ANDROID_SDK_ROOT/licenses/android-sdk-license \
7070 && echo "84831b9409646a918e30573bab4c9c91346d8abd\n 504667f4c0de7af1a06de9f4b1727b84351f2910" > $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
7374ADD packages.txt /sdk
7475RUN mkdir -p /root/.android \
You can’t perform that action at this time.
0 commit comments