Loading core/Makefile +0 −2 Original line number Original line Diff line number Diff line Loading @@ -1224,7 +1224,6 @@ endif # TARGET_PRODUCT != sdk # This is very similar to BUILT_TARGET_FILES_PACKAGE, but we # This is very similar to BUILT_TARGET_FILES_PACKAGE, but we # only grab DATA, and it's called "*-tests-*.zip". # only grab DATA, and it's called "*-tests-*.zip". # # ifdef is_tests_build name := $(TARGET_PRODUCT) name := $(TARGET_PRODUCT) ifeq ($(TARGET_BUILD_TYPE),debug) ifeq ($(TARGET_BUILD_TYPE),debug) name := $(name)_debug name := $(name)_debug Loading Loading @@ -1268,7 +1267,6 @@ tests: $(BUILT_TESTS_ZIP_PACKAGE) ifneq (,$(filter tests, $(MAKECMDGOALS))) ifneq (,$(filter tests, $(MAKECMDGOALS))) $(call dist-for-goals, tests, $(BUILT_TESTS_ZIP_PACKAGE)) $(call dist-for-goals, tests, $(BUILT_TESTS_ZIP_PACKAGE)) endif endif endif # is_tests_build # ----------------------------------------------------------------- # ----------------------------------------------------------------- # A zip of the symbols directory. Keep the full paths to make it # A zip of the symbols directory. Keep the full paths to make it Loading Loading
core/Makefile +0 −2 Original line number Original line Diff line number Diff line Loading @@ -1224,7 +1224,6 @@ endif # TARGET_PRODUCT != sdk # This is very similar to BUILT_TARGET_FILES_PACKAGE, but we # This is very similar to BUILT_TARGET_FILES_PACKAGE, but we # only grab DATA, and it's called "*-tests-*.zip". # only grab DATA, and it's called "*-tests-*.zip". # # ifdef is_tests_build name := $(TARGET_PRODUCT) name := $(TARGET_PRODUCT) ifeq ($(TARGET_BUILD_TYPE),debug) ifeq ($(TARGET_BUILD_TYPE),debug) name := $(name)_debug name := $(name)_debug Loading Loading @@ -1268,7 +1267,6 @@ tests: $(BUILT_TESTS_ZIP_PACKAGE) ifneq (,$(filter tests, $(MAKECMDGOALS))) ifneq (,$(filter tests, $(MAKECMDGOALS))) $(call dist-for-goals, tests, $(BUILT_TESTS_ZIP_PACKAGE)) $(call dist-for-goals, tests, $(BUILT_TESTS_ZIP_PACKAGE)) endif endif endif # is_tests_build # ----------------------------------------------------------------- # ----------------------------------------------------------------- # A zip of the symbols directory. Keep the full paths to make it # A zip of the symbols directory. Keep the full paths to make it Loading