#215 Do not compile libmonochrome.so with RELR relocations since supported only on API 28+

This commit is contained in:
Carmelo Messina
2023-08-24 17:34:50 +02:00
parent 4afa52ce16
commit 22fa08f7c5
+5 -1
View File
@@ -48,4 +48,8 @@ enable_arcore=false
enable_openxr=false
enable_gvr_services=false
enable_feed_v2=false
is_high_end_android=true
is_high_end_android=true
# Do not compile libmonochrome.so with RELR relocations
# since supported only on API 28+
use_relr_relocations=false