Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1f48d035 authored by Carmelo Messina's avatar Carmelo Messina
Browse files

Reactivate RELR relocations

Chromium only supports A10, so deactivation is no longer necessary.
parent 1a0a344a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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