Unverified Commit 2ef379ad authored by Sarah Zakarias's avatar Sarah Zakarias Committed by GitHub

Remove app.flx from apk (#13647)

parent e85d0992
d945976b04cc82d32c9691dae1fc8e4955222b3d
1c463196773f813a1605e9fe6cdbe24c188054a5
......@@ -438,7 +438,6 @@ class FlutterTask extends BaseFlutterTask {
return project.copySpec {
from "${intermediateDir}"
include "flutter_assets/**" // the working dir and its files
include "app.flx"
if (buildMode != 'debug') {
if (preferSharedLibrary) {
include "${intermediateDir}/app.so"
......
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