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