mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-08 20:35:07 +00:00
12 lines
272 B
Makefile
12 lines
272 B
Makefile
ifneq ($(TARGET_SIMULATOR),true)
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_SRC_FILES += p2p_api_test_linux.c p2p_ui_test_linux.c
|
|
LOCAL_SHARED_LIBRARIES := libc libcutils
|
|
LOCAL_MODULE = P2P_UI
|
|
LOCAL_MODULE_TAGS := optional
|
|
include $(BUILD_EXECUTABLE)
|
|
|
|
endif
|