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

Commit bf69aa32 authored by Ying Wang's avatar Ying Wang
Browse files

Fix tests build.

Use the conditional only after the tests build variant is phased out.

Change-Id: Ide691700dda4bbf56c6f81f923d1b8c5eb196b85
parent 30e8093f
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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
@@ -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