Merge "Enable SHT_RELR sections to encode relative relocations."

am: 33195833de

Change-Id: I51d90ac5060edec2e19e42a96fd1cb1aaba54c49
This commit is contained in:
Rahul Chaudhry
2018-10-25 14:18:35 -07:00
committed by android-build-merger

View File

@@ -91,7 +91,8 @@ var (
// TODO(b/109657296): needs --no-rosegment until Android
// stack unwinder can handle the read-only segment.
"-Wl,--no-rosegment",
"-Wl,--pack-dyn-relocs=android",
"-Wl,--pack-dyn-relocs=android+relr",
"-Wl,--use-android-relr-tags",
"-fuse-ld=lld",
}...)