set use_v8_context_snapshot to false

This commit is contained in:
Carmelo Messina
2023-09-28 11:32:12 +02:00
parent fc55de7e7c
commit 727a4ade45
+5 -1
View File
@@ -51,4 +51,8 @@ is_high_end_android=true
# Do not compile libmonochrome.so with RELR relocations
# since supported only on API 28+
use_relr_relocations=false
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