From 1f48d035027d65423457fb73290e16ea33ba6827 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Sat, 30 Aug 2025 12:57:28 +0200 Subject: [PATCH] Reactivate RELR relocations Chromium only supports A10, so deactivation is no longer necessary. --- build/cromite.gn_args | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index 601d0c68..c953c8b1 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -68,10 +68,6 @@ if (target_os == "android" || target_os == "win") { enable_platform_dts_audio = false enable_passthrough_audio_codecs = false -# Do not compile libmonochrome.so with RELR relocations -# since supported only on API 28+ -use_relr_relocations=false - # disabled the use of the context snapshot # see https://github.com/uazo/cromite/pull/317 for context use_v8_context_snapshot = false