mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
[build] include project Android.mk in OpenThread Android.mk (#5804)
This commit is contained in:
@@ -533,3 +533,7 @@ LOCAL_SRC_FILES := src/posix/client.cpp
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
endif # ($(USE_OTBR_DAEMON), 1)
|
||||
|
||||
ifneq ($(OPENTHREAD_PROJECT_ANDROID_MK),)
|
||||
include $(OPENTHREAD_PROJECT_ANDROID_MK)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user