Reactivate RELR relocations

Chromium only supports A10, so deactivation is no longer necessary.
This commit is contained in:
Carmelo Messina
2025-08-30 12:57:28 +02:00
parent 1a0a344a83
commit 1f48d03502
-4
View File
@@ -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