allwinner_a64/android/system/extras/tests/directiotest/Android.mk
2018-08-08 17:48:24 +08:00

8 lines
223 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := directiotest
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := eng
LOCAL_SRC_FILES := directiotest.c
include $(BUILD_EXECUTABLE)