Loading core/base_rules.mk +6 −0 Original line number Diff line number Diff line Loading @@ -759,6 +759,12 @@ ifeq (,$(test_config)) endif is_instrumentation_test := # Currently this flag variable is true only for the `android_test_helper_app` type module # which should not have any .config file ifeq (true, $(LOCAL_DISABLE_TEST_CONFIG)) test_config := endif # Make sure we only add the files once for multilib modules. ifdef $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files # Sync the auto_test_config value for multilib modules. Loading core/clear_vars.mk +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ LOCAL_DEX_PREOPT_GENERATE_PROFILE:= LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING:= LOCAL_DEX_PREOPT:= # '',true,false LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG:= LOCAL_DISABLE_TEST_CONFIG:= LOCAL_DISABLE_RESOLVE_SUPPORT_LIBRARIES:= LOCAL_DONT_CHECK_MODULE:= # Don't delete the META_INF dir when merging static Java libraries. Loading Loading
core/base_rules.mk +6 −0 Original line number Diff line number Diff line Loading @@ -759,6 +759,12 @@ ifeq (,$(test_config)) endif is_instrumentation_test := # Currently this flag variable is true only for the `android_test_helper_app` type module # which should not have any .config file ifeq (true, $(LOCAL_DISABLE_TEST_CONFIG)) test_config := endif # Make sure we only add the files once for multilib modules. ifdef $(my_prefix)$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_compat_files # Sync the auto_test_config value for multilib modules. Loading
core/clear_vars.mk +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ LOCAL_DEX_PREOPT_GENERATE_PROFILE:= LOCAL_DEX_PREOPT_PROFILE_CLASS_LISTING:= LOCAL_DEX_PREOPT:= # '',true,false LOCAL_DISABLE_AUTO_GENERATE_TEST_CONFIG:= LOCAL_DISABLE_TEST_CONFIG:= LOCAL_DISABLE_RESOLVE_SUPPORT_LIBRARIES:= LOCAL_DONT_CHECK_MODULE:= # Don't delete the META_INF dir when merging static Java libraries. Loading