rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | LOCAL_MODULE := wifi_bt_mac_write | ||||
4 | LOCAL_MODULE_TAGS := optional | ||||
5 | LOCAL_CFLAGS += -Wall | ||||
6 | LOCAL_SRC_FILES := main.c | ||||
7 | LOCAL_C_INCLUDES = $(LOCAL_PATH)/../wifi_mac | ||||
8 | $(warning $(LOCAL_C_INCLUDES)) | ||||
9 | include $(BUILD_EXECUTABLE) |