From 81b2487b8a901f8719958a45f66276d08efec1e4 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 13 Sep 2019 08:54:38 -0700 Subject: [PATCH] Attempt to build with newer SDK/NDK (#543) Summary: Current builds are failing and I'm not quite sure why. Pull Request resolved: https://github.com/facebook/flipper/pull/543 Reviewed By: jknoxville Differential Revision: D17364947 Pulled By: passy fbshipit-source-id: 07c418e340cabb70806c8f73b4eb867ba7e0fc4b --- .circleci/config.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a4f2e6212..cab56a855 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,8 @@ version: 2.1 executors: default-executor: docker: - - image: circleci/android:api-28-ndk-r17b + - image: circleci/android:api-29-ndk + resource_class: large environment: _JAVA_OPTIONS: "-Xmx1500m -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:ParallelGCThreads=2 -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -Djava.util.concurrent.ForkJoinPool.common.parallelism=2" @@ -11,8 +12,6 @@ executors: jobs: snapshot: executor: default-executor - docker: - - image: circleci/android:api-28-ndk-r17b steps: - checkout - run: @@ -22,8 +21,6 @@ jobs: ./gradlew :android:assembleRelease && scripts/publish-android-snapshot.sh release: executor: default-executor - docker: - - image: circleci/android:api-28-ndk-r17b steps: - checkout - run: