flutter327: init at 3.27.0-0.1.pre
This commit is contained in:
@@ -100,7 +100,7 @@ runCommand
|
||||
|
||||
rm -rf $out/src/{buildtools,fuchsia}
|
||||
rm -rf $out/src/flutter/{buildtools,prebuilts,third_party/swiftshader,third_party/gn/.versions}
|
||||
rm -rf $out/src/flutter/{third_party/dart/tools/sdks/dart-sdk,third_party/ninja/ninja}
|
||||
rm -rf $out/src/flutter/{third_party/dart/tools/sdks/dart-sdk,third_party/ninja/ninja,third_party/java}
|
||||
rm -rf $out/src/third_party/{dart/tools/sdks/dart-sdk,libcxx/test}
|
||||
|
||||
rm -rf $out/.cipd $out/.gclient $out/.gclient_entries $out/.gclient_previous_custom_vars $out/.gclient_previous_sync_commits
|
||||
|
||||
@@ -71,6 +71,10 @@ in
|
||||
|
||||
sed -i 's/''${platform}/${host-constants.platform}/g' "$ensureFile"
|
||||
sed -i 's/gn\/gn\/${stdenv-constants.platform}/gn\/gn\/${constants.platform}/g' "$ensureFile"
|
||||
|
||||
if grep flutter/java/openjdk "$ensureFile" >/dev/null; then
|
||||
sed -i '/src\/flutter\/third_party\/java\/openjdk/,+2 d' "$ensureFile"
|
||||
fi
|
||||
else
|
||||
params="$params $1"
|
||||
shift 1
|
||||
|
||||
Reference in New Issue
Block a user