Merge changes from topic "separate_code"
* changes: soong: use -Wl,-z,separate-code w/ -Wl,--execute-only Revert "Revert "soong: upgrade Android platform to clang-r370808""
This commit is contained in:
@@ -27,7 +27,8 @@ var (
|
||||
"-Wl,--icf=safe",
|
||||
"-Wl,-z,max-page-size=4096",
|
||||
|
||||
"-Wl,-execute-only",
|
||||
"-Wl,--execute-only",
|
||||
"-Wl,-z,separate-code",
|
||||
}
|
||||
|
||||
Arm64ArchVariantRustFlags = map[string][]string{
|
||||
|
Reference in New Issue
Block a user