M7350/system/extras/tests/directiotest/Android.mk

9 lines
223 B
Makefile
Raw Normal View History

2024-09-09 08:57:42 +00:00
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)