diff --git a/.gitattributes b/.gitattributes index 915d1ed51d121f1986c9dfe71cf1745c1a11286d..7d94e0961337f83b1b3f764a7e123a0a999561f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # Dart sources have to be normalized so that source offsets in kernel files # with source embedded in them match across all platforms. -*.dart text eol=lf \ No newline at end of file +*.dart text eol=lf +*.patch* text eol=lf \ No newline at end of file diff --git a/README.en.md b/README.en.md index 3fdf8e6498e23241deefdf81bfa409ec12b5a564..b9ebea7120bf2caac1e76d31f408f8100f92c204 100644 --- a/README.en.md +++ b/README.en.md @@ -64,13 +64,24 @@ export OHOS_SDK_HOME= ## FAQ: 1. When running the project, an error of Member notfound:'isOhos' is reported: Please ensure that all dart patches are applied in the src/third_party/dart directory (the patches are located in the src/flutter/attachment/repos directory, and you can use git apply to apply the patch). Recompile the engine after patching - + 2. Prompt Permission denied: Execute chmod +x