Skip to content

Commit

Permalink
fix rpath bug & pack scenec,libflutter_engine.so into engine.tar
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumusuc committed Oct 2, 2023
1 parent c3bcda6 commit 63e5a9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 157 deletions.
5 changes: 3 additions & 2 deletions engine/configure.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env fish
#!/bin/env bash

python3 ./flutter/tools/gn \
--target-os linux \
Expand All @@ -16,8 +16,9 @@ python3 ./flutter/tools/gn \
--enable-impeller-3d \
--enable-impeller-opengles \
--target-toolchain $PREFIX \
--target-sysroot $PREFIX \
--target-sysroot $PREFIX/.. \
--no-prebuilt-dart-sdk \
#--no-build-engine-artifacts \
--gn-args '
toolchain_prefix="aarch64-linux-android-"
use_default_linux_sysroot=false
Expand Down
2 changes: 2 additions & 0 deletions engine/engine-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def flutter_sdk(): return [
'shader_lib',
'flutter_tester',
'font-subset',
'scenec',
'icudtl.dat',
'impellerc',
'libpath_ops.so',
Expand All @@ -61,6 +62,7 @@ def flutter_sdk(): return [
def linux_gtk(): return [
'flutter_linux',
'gen_snapshot',
'libflutter_engine.so',
'libflutter_linux_gtk.so']


Expand Down
155 changes: 0 additions & 155 deletions engine/patches/DEPS.patch

This file was deleted.

0 comments on commit 63e5a9b

Please sign in to comment.