Merge "Disable BTI for now." am: b039496446
am: 188a5f90d8
am: 2bf5b9ca57
am: 2bfd0ddb90
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1969222 Change-Id: I0bcf26ddfa83f056e272b3e1cbec742fd01aa1ee
This commit is contained in:
@@ -33,7 +33,9 @@ var (
|
|||||||
},
|
},
|
||||||
"armv8-a-branchprot": []string{
|
"armv8-a-branchprot": []string{
|
||||||
"-march=armv8-a",
|
"-march=armv8-a",
|
||||||
"-mbranch-protection=standard",
|
// Disable BTI until drm vendors stop using OS libraries as sources
|
||||||
|
// of gadgets (https://issuetracker.google.com/216395195).
|
||||||
|
"-mbranch-protection=pac-ret",
|
||||||
},
|
},
|
||||||
"armv8-2a": []string{
|
"armv8-2a": []string{
|
||||||
"-march=armv8.2-a",
|
"-march=armv8.2-a",
|
||||||
|
Reference in New Issue
Block a user