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

Commit 83f8fb16 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add appcompat system properties flag to soong" into main

parents b2050366 eed5dcf3
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -137,6 +137,8 @@ $(call add_soong_config_var_value,ANDROID,release_package_libandroid_runtime_pun


$(call add_soong_config_var_value,ANDROID,release_selinux_data_data_ignore,$(RELEASE_SELINUX_DATA_DATA_IGNORE))
$(call add_soong_config_var_value,ANDROID,release_selinux_data_data_ignore,$(RELEASE_SELINUX_DATA_DATA_IGNORE))


$(call add_soong_config_var_value,ANDROID,release_write_appcompat_override_system_properties,$(RELEASE_WRITE_APPCOMPAT_OVERRIDE_SYSTEM_PROPERTIES))

# Enable system_server optimizations by default unless explicitly set or if
# Enable system_server optimizations by default unless explicitly set or if
# there may be dependent runtime jars.
# there may be dependent runtime jars.
# TODO(b/240588226): Remove the off-by-default exceptions after handling
# TODO(b/240588226): Remove the off-by-default exceptions after handling