Skip to content

Commit b2c65e7

Browse files
authored
Update path to app.so when using aot compilation to shared library on android (flutter#14302)
This was overlooked in 5e18c07
1 parent 7701127 commit b2c65e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/gradle/flutter.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class FlutterTask extends BaseFlutterTask {
459459

460460
if (buildMode != 'debug') {
461461
if (preferSharedLibrary) {
462-
include "${intermediateDir}/app.so"
462+
include "app.so"
463463
} else {
464464
include "vm_snapshot_data"
465465
include "vm_snapshot_instr"

0 commit comments

Comments
 (0)