Skip to content

Commit fac27ba

Browse files
authored
remove m2repository, add-ons (#100)
* remove m2repository * remove add-ons
1 parent 1b7e96b commit fac27ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
6464
"emulator" \
6565
"platforms;android-$ANDROID_BUILD_VERSION" \
6666
"build-tools;$ANDROID_TOOLS_VERSION" \
67-
"add-ons;addon-google_apis-google-23" \
6867
"cmake;3.10.2.4988404" \
6968
"system-images;android-21;google_apis;armeabi-v7a" \
70-
"extras;android;m2repository" \
7169
"ndk;$NDK_VERSION" \
7270
&& rm -rf ${ANDROID_HOME}/.android

0 commit comments

Comments
 (0)