From: Jed Estep Date: Tue, 14 Mar 2017 19:54:21 +0000 (-0700) Subject: attempt to fix google_tests.mk with magic X-Git-Tag: android-x86-8.1-r1~70^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=50764cca27b8c2c150a13266cfbb2e1dc11ce26a;hp=7db706e162e76764ebca62c4f2808ac6e0940b52;p=android-x86%2Fsystem-extras.git attempt to fix google_tests.mk with magic Change-Id: I1e3304a91990c09761a9835a2a597b65d1da386c --- 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)