[android] fix removal of tmf_proxy.cpp in Android.mk (#2872)

This commit is contained in:
Jonathan Hui
2018-07-09 22:15:19 -05:00
committed by GitHub
parent 5fc1788d37
commit b8181ce76d
2 changed files with 6 additions and 4 deletions
+1 -2
View File
@@ -82,7 +82,6 @@ LOCAL_SRC_FILES := \
src/core/api/tasklet_api.cpp \
src/core/api/thread_api.cpp \
src/core/api/thread_ftd_api.cpp \
src/core/api/tmf_proxy_api.cpp \
src/core/api/udp_api.cpp \
src/core/coap/coap.cpp \
src/core/coap/coap_header.cpp \
@@ -109,6 +108,7 @@ LOCAL_SRC_FILES := \
src/core/mac/mac_filter.cpp \
src/core/mac/mac_frame.cpp \
src/core/meshcop/announce_begin_client.cpp \
src/core/meshcop/border_agent.cpp \
src/core/meshcop/commissioner.cpp \
src/core/meshcop/dataset.cpp \
src/core/meshcop/dataset_local.cpp \
@@ -158,7 +158,6 @@ LOCAL_SRC_FILES := \
src/core/thread/router_table.cpp \
src/core/thread/src_match_controller.cpp \
src/core/thread/thread_netif.cpp \
src/core/thread/tmf_proxy.cpp \
src/core/thread/topology.cpp \
src/core/utils/channel_manager.cpp \
src/core/utils/channel_monitor.cpp \
+5 -2
View File
@@ -87,6 +87,9 @@
/* Define to 1 if you want to enable CoAP to an application. */
#define OPENTHREAD_ENABLE_APPLICATION_COAP 1
/* Define to 1 to enable the border agent feature. */
#define OPENTHREAD_ENABLE_BORDER_AGENT 1
/* Define to 1 if you want to enable Border Router */
#define OPENTHREAD_ENABLE_BORDER_ROUTER 1
@@ -157,8 +160,8 @@
/* Define to 1 if you want to enable Service */
#define OPENTHREAD_ENABLE_SERVICE 1
/* Define to 1 to enable the TMF proxy feature. */
#define OPENTHREAD_ENABLE_TMF_PROXY 1
/* Define to 1 to enable the UDP proxy feature. */
#define OPENTHREAD_ENABLE_UDP_PROXY 1
/* OpenThread examples */
#define OPENTHREAD_EXAMPLES none