From 22fa08f7c56131ad72637a31db621d28fead2b0c Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Thu, 24 Aug 2023 17:34:50 +0200 Subject: [PATCH] #215 Do not compile libmonochrome.so with RELR relocations since supported only on API 28+ --- build/bromite.gn_args | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build/bromite.gn_args b/build/bromite.gn_args index 3801305a..48e3dc4f 100644 --- a/build/bromite.gn_args +++ b/build/bromite.gn_args @@ -48,4 +48,8 @@ enable_arcore=false enable_openxr=false enable_gvr_services=false enable_feed_v2=false -is_high_end_android=true \ No newline at end of file +is_high_end_android=true + +# Do not compile libmonochrome.so with RELR relocations +# since supported only on API 28+ +use_relr_relocations=false \ No newline at end of file