File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN sdkmanager --install "ndk;25.1.8937393" "cmake;3.22.1"
108108
109109# Please keep all sections in descending order!
110110# list all platforms, sort them in descending order, take the newest 8 versions and install them
111- RUN yes | sdkmanager $( sdkmanager --list 2>/dev/null| grep platforms | awk -F' ' '{print $1}' | sort -nr -k2 -t- | head -8 | uniq )
111+ RUN yes | sdkmanager $( sdkmanager --list 2>/dev/null| grep platforms | grep -v " \- ext" | awk -F' ' '{print $1}' | sort -nr -k2 -t- | head -8 | uniq )
112112# list all build-tools, sort them in descending order and install them
113113# skip rc versions, increase head count - versions are found twice (actual matches will now be ~5)
114114RUN yes | sdkmanager $( sdkmanager --list 2>/dev/null | grep build-tools | grep -v "\- rc" | awk -F' ' '{print $1}' | sort -nr -k2 -t\; | head -10 | uniq )
You can’t perform that action at this time.
0 commit comments