tkat0 commented on a change in pull request #6361:
URL: https://github.com/apache/incubator-tvm/pull/6361#discussion_r479773699
##########
File path: docker/install/ubuntu_install_androidsdk.sh
##########
@@ -68,20 +66,20 @@ extras;google;simulators
extras;google;webdriver
extras;m2repository;com;android;support;constraint;constraint-layout;1.0.2
extras;m2repository;com;android;support;constraint;constraint-layout-solver;1.0.2
-lldb;2.3
platforms;android-26
platforms;android-27
tools
-ndk-bundle
+ndk;21.3.6528147
EOF
mkdir /root/.android 2>/dev/null || true
touch /root/.android/repositories.cfg
-(yes || true) | sdkmanager --licenses --sdk_root="$ANDROID_HOME"
+# NOTE: sdkmanager returns exit code 141
+(yes || true) | sdkmanager --licenses --sdk_root="$ANDROID_HOME" || true
Review comment:
similar to facebook/flipper#362
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]