Unverified Commit b2c65e76 authored by Martin Kustermann's avatar Martin Kustermann Committed by GitHub

Update path to app.so when using aot compilation to shared library on android (#14302)

This was overlooked in 5e18c076
parent 7701127b
...@@ -459,7 +459,7 @@ class FlutterTask extends BaseFlutterTask { ...@@ -459,7 +459,7 @@ class FlutterTask extends BaseFlutterTask {
if (buildMode != 'debug') { if (buildMode != 'debug') {
if (preferSharedLibrary) { if (preferSharedLibrary) {
include "${intermediateDir}/app.so" include "app.so"
} else { } else {
include "vm_snapshot_data" include "vm_snapshot_data"
include "vm_snapshot_instr" include "vm_snapshot_instr"
......
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