7 lines
159 B
Makefile
7 lines
159 B
Makefile
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MULTILIB := first
|
|
LOCAL_MODULE := vg-$(test)
|
|
LOCAL_SRC_FILES := none/tests/$(TARGET_ARCH)/$(test).c
|
|
|
|
include $(BUILD_NATIVE_TEST)
|