Loading core/soong_config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,8 @@ $(call end_json_map) $(call add_json_list, ProductHostPackages, $(PRODUCT_HOST_PACKAGES)) $(call add_json_bool, ProductEnableLogcatPersistence, $(PRODUCT_ENABLE_LOGCAT_PERSISTENCE)) $(call add_json_bool, EnforceSELinuxTrebleLabeling, $(filter true,$(PRODUCT_ENFORCE_SELINUX_TREBLE_LABELING))) $(call json_end) Loading target/product/base_system.mk +11 −0 Original line number Diff line number Diff line Loading @@ -554,6 +554,17 @@ PRODUCT_PACKAGES_DEBUG := \ unwind_reg_info \ unwind_symbols \ # Enable logcat persistence based on the release config flag. ifeq ($(RELEASE_ENABLE_LOGCAT_PERSISTENCE),true) PRODUCT_ENABLE_LOGCAT_PERSISTENCE := $(RELEASE_ENABLE_LOGCAT_PERSISTENCE) endif # Include logpersist build target if logcat persistence is enabled. ifeq ($(PRODUCT_ENABLE_LOGCAT_PERSISTENCE),true) PRODUCT_PACKAGES += \ logpersist.start endif # The set of packages whose code can be loaded by the system server. PRODUCT_SYSTEM_SERVER_APPS += \ SettingsProvider \ Loading Loading
core/soong_config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -609,6 +609,8 @@ $(call end_json_map) $(call add_json_list, ProductHostPackages, $(PRODUCT_HOST_PACKAGES)) $(call add_json_bool, ProductEnableLogcatPersistence, $(PRODUCT_ENABLE_LOGCAT_PERSISTENCE)) $(call add_json_bool, EnforceSELinuxTrebleLabeling, $(filter true,$(PRODUCT_ENFORCE_SELINUX_TREBLE_LABELING))) $(call json_end) Loading
target/product/base_system.mk +11 −0 Original line number Diff line number Diff line Loading @@ -554,6 +554,17 @@ PRODUCT_PACKAGES_DEBUG := \ unwind_reg_info \ unwind_symbols \ # Enable logcat persistence based on the release config flag. ifeq ($(RELEASE_ENABLE_LOGCAT_PERSISTENCE),true) PRODUCT_ENABLE_LOGCAT_PERSISTENCE := $(RELEASE_ENABLE_LOGCAT_PERSISTENCE) endif # Include logpersist build target if logcat persistence is enabled. ifeq ($(PRODUCT_ENABLE_LOGCAT_PERSISTENCE),true) PRODUCT_PACKAGES += \ logpersist.start endif # The set of packages whose code can be loaded by the system server. PRODUCT_SYSTEM_SERVER_APPS += \ SettingsProvider \ Loading