summaryrefslogtreecommitdiff
path: root/tests/bootloader
diff options
context:
space:
mode:
authorJed Estep <jestep@google.com>2017-03-14 12:54:21 -0700
committerJed Estep <jestep@google.com>2017-03-14 16:49:59 -0700
commit50764cca27b8c2c150a13266cfbb2e1dc11ce26a (patch)
tree4598800b67970ec858756d85874e185d36cbf2ad /tests/bootloader
parent7db706e162e76764ebca62c4f2808ac6e0940b52 (diff)
downloadextras-50764cca27b8c2c150a13266cfbb2e1dc11ce26a.tar.gz
attempt to fix google_tests.mk with magic
Change-Id: I1e3304a91990c09761a9835a2a597b65d1da386c
Diffstat (limited to 'tests/bootloader')
-rw-r--r--tests/bootloader/Android.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/bootloader/Android.mk b/tests/bootloader/Android.mk
index 21905e98..ab311fdc 100644
--- a/tests/bootloader/Android.mk
+++ b/tests/bootloader/Android.mk
@@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := bootloader_unit_test
-LOCAL_MODULE_TAGS := optional
+LOCAL_MODULE_TAGS := tests
bootloader_py_files := $(call find-subdir-files, *.py)
@@ -20,7 +20,6 @@ $(GEN) : $(bootloader_zip_path)/% : $(LOCAL_PATH)/%
$(transform-generated-source)
LOCAL_PICKUP_FILES := $(bootloader_zip_prefix)/nativetest
-
-bootloader_unit_test: $(GEN)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(GEN)
include $(BUILD_PHONY_PACKAGE)