diff options
Diffstat (limited to 'android_sdk/sdk_repo_host.go')
| -rw-r--r-- | android_sdk/sdk_repo_host.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/android_sdk/sdk_repo_host.go b/android_sdk/sdk_repo_host.go index a2486fdf5..ed4465716 100644 --- a/android_sdk/sdk_repo_host.go +++ b/android_sdk/sdk_repo_host.go @@ -189,9 +189,7 @@ func (s *sdkRepoHost) GenerateAndroidBuildActions(ctx android.ModuleContext) { Flag("-o -name '*.txt' -o -name '*.windows' -o -name '*.xml' -print0"). // Using -n 500 for xargs to limit the max number of arguments per call to line_endings // to 500. This avoids line_endings failing with "arguments too long". - Text("| xargs -0 -n 500 "). - BuiltTool("line_endings"). - Flag("unix") + Text("| xargs -0 -n 500 dos2unix") // Exclude some file types (roughly matching sdk.exclude.atree) builder.Command(). |
