Loading core/base_rules.mk +6 −0 Original line number Original line Diff line number Diff line Loading @@ -274,6 +274,12 @@ ifeq ($(my_module_path),) endif endif endif endif ifeq ($(LOCAL_IS_UNIT_TEST),true) ifeq ($(LOCAL_IS_HOST_MODULE),true) LOCAL_COMPATIBILITY_SUITE += host-unit-tests endif endif ifeq ($(my_module_path),) ifeq ($(my_module_path),) install_path_var := $(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)OUT$(partition_tag)_$(LOCAL_MODULE_CLASS) install_path_var := $(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)OUT$(partition_tag)_$(LOCAL_MODULE_CLASS) ifeq (true,$(LOCAL_PRIVILEGED_MODULE)) ifeq (true,$(LOCAL_PRIVILEGED_MODULE)) Loading core/definitions.mk +1 −1 Original line number Original line Diff line number Diff line Loading @@ -107,7 +107,7 @@ ALL_VINTF_MANIFEST_FRAGMENTS_LIST:= # All tests that should be skipped in presubmit check. # All tests that should be skipped in presubmit check. ALL_DISABLED_PRESUBMIT_TESTS := ALL_DISABLED_PRESUBMIT_TESTS := # All compatibility suites mentioned in LOCAL_COMPATIBILITY_SUITES # All compatibility suites mentioned in LOCAL_COMPATIBILITY_SUITE ALL_COMPATIBILITY_SUITES := ALL_COMPATIBILITY_SUITES := # All compatibility suite files to dist. # All compatibility suite files to dist. Loading Loading
core/base_rules.mk +6 −0 Original line number Original line Diff line number Diff line Loading @@ -274,6 +274,12 @@ ifeq ($(my_module_path),) endif endif endif endif ifeq ($(LOCAL_IS_UNIT_TEST),true) ifeq ($(LOCAL_IS_HOST_MODULE),true) LOCAL_COMPATIBILITY_SUITE += host-unit-tests endif endif ifeq ($(my_module_path),) ifeq ($(my_module_path),) install_path_var := $(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)OUT$(partition_tag)_$(LOCAL_MODULE_CLASS) install_path_var := $(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)OUT$(partition_tag)_$(LOCAL_MODULE_CLASS) ifeq (true,$(LOCAL_PRIVILEGED_MODULE)) ifeq (true,$(LOCAL_PRIVILEGED_MODULE)) Loading
core/definitions.mk +1 −1 Original line number Original line Diff line number Diff line Loading @@ -107,7 +107,7 @@ ALL_VINTF_MANIFEST_FRAGMENTS_LIST:= # All tests that should be skipped in presubmit check. # All tests that should be skipped in presubmit check. ALL_DISABLED_PRESUBMIT_TESTS := ALL_DISABLED_PRESUBMIT_TESTS := # All compatibility suites mentioned in LOCAL_COMPATIBILITY_SUITES # All compatibility suites mentioned in LOCAL_COMPATIBILITY_SUITE ALL_COMPATIBILITY_SUITES := ALL_COMPATIBILITY_SUITES := # All compatibility suite files to dist. # All compatibility suite files to dist. Loading