From fdb7fe384eca9e80e256125257407e476c03ea7d Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 13 Jul 2016 15:45:00 -0700 Subject: [PATCH] Do not upgrade the version of google_play_services in third_party/android_tools (flutter/engine#2798) The setup instructions for engine development ask users to run build/install-build-deps-android.sh, which updates the Android SDK packages listed in android_sdk_extras.json This process was upgrading the Play Services package to a version that is incompatible with our build scripts. --- engine/src/flutter/build/android_sdk_extras.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/engine/src/flutter/build/android_sdk_extras.json b/engine/src/flutter/build/android_sdk_extras.json index 25b47c360a..0d4f101c7a 100644 --- a/engine/src/flutter/build/android_sdk_extras.json +++ b/engine/src/flutter/build/android_sdk_extras.json @@ -1,9 +1,2 @@ [ - { - "dir_name": "google", - "version": "21.0.0", - "zip": "google_google_play_services_21.0.0.zip", - "package": "google_play_services", - "package_id": "extra-google-google_play_services" - } ]