Unverified Commit 24b1a022 authored by Viral Kachhadiya's avatar Viral Kachhadiya Committed by GitHub

replace localEngineOut with local-engine-out (#85968)

* replace localEngineOut with local-engine-out
* local-engine-out section removed entirely
Co-authored-by: 's avatarChristopher Fujino <christopherfujino@gmail.com>
parent e6535f6d
......@@ -45,14 +45,6 @@ void configureProject(Project project, String outputDir) {
return
}
if (project.hasProperty('localEngineOut')) {
// TODO(egarciad): Support local engine.
// This most likely requires refactoring `flutter.gradle`, so the logic can be reused.
throw new GradleException(
"Local engine isn't supported when building the plugins as AAR. " +
"See: https://github.com/flutter/flutter/issues/40866")
}
String storageUrl = System.getenv('FLUTTER_STORAGE_BASE_URL') ?: "https://storage.googleapis.com"
// This is a Flutter plugin project. Plugin projects don't apply the Flutter Gradle plugin,
// as a result, add the dependency on the embedding.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment