Skip to content

Commit

Permalink
fix docker dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Nov 17, 2018
1 parent 8dd99df commit 1d5a15c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ android_defaults: &android_defaults
- ADB_INSTALL_TIMEOUT: 10
- _JAVA_OPTIONS: "-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"
- GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+HeapDumpOnOutOfMemoryError"'
- ANDROID_NDK: '/opt/ndk/android-ndk-r17c'
- BUILD_THREADS: 2

macos_defaults: &macos_defaults
Expand Down
2 changes: 1 addition & 1 deletion ContainerShip/Dockerfile.android-base
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ RUN sdkmanager "system-images;android-19;google_apis;armeabi-v7a" \
"extras;android;m2repository"

# clean up unnecessary directories
RUN rm -rf /opt/android/system-images/android-19/default/x86
RUN rm -rf /opt/android/.android

0 comments on commit 1d5a15c

Please sign in to comment.