You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
326 B
12 lines
326 B
LOCAL_PATH := $(call my-dir) |
|
|
|
include $(CLEAR_VARS) |
|
LOCAL_MODULE := tcp_nuke_addr_test |
|
|
|
LOCAL_C_INCLUDES += frameworks/native/include external/libcxx/include |
|
LOCAL_CPPFLAGS += -Wall -Werror |
|
LOCAL_SHARED_LIBRARIES := libc++ |
|
LOCAL_SRC_FILES := tcp_nuke_addr_test.cpp |
|
LOCAL_MODULE_TAGS := eng tests |
|
|
|
include $(BUILD_NATIVE_TEST)
|
|
|