Merge "Exclude libgcc_stripped wherever libgcc is excluded" am: 3277c39c6b

am: 29ae56ede9

Change-Id: Iaeb5531631c175af08b2e0d96dfccd4ad25ea080
This commit is contained in:
Yi Kong 2019-05-07 09:42:38 -07:00 committed by android-build-merger
commit fcd11c7c71
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ var (
"-Wl,--fatal-warnings",
"-Wl,--no-undefined-version",
"-Wl,--exclude-libs,libgcc.a",
"-Wl,--exclude-libs,libgcc_stripped.a",
}
deviceGlobalLldflags = append(ClangFilterUnknownLldflags(deviceGlobalLdflags),