mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 23:09:53 +00:00
[build] fix android-check (#7092)
The android-check was broken after ingress filtering (#7043) was checked in. This is because the newly added cpp files are missing in Android.mk.
This commit is contained in:
@@ -365,6 +365,7 @@ LOCAL_SRC_FILES := \
|
||||
src/posix/platform/backbone.cpp \
|
||||
src/posix/platform/daemon.cpp \
|
||||
src/posix/platform/entropy.cpp \
|
||||
src/posix/platform/firewall.cpp \
|
||||
src/posix/platform/hdlc_interface.cpp \
|
||||
src/posix/platform/infra_if.cpp \
|
||||
src/posix/platform/logging.cpp \
|
||||
@@ -380,6 +381,7 @@ LOCAL_SRC_FILES := \
|
||||
src/posix/platform/system.cpp \
|
||||
src/posix/platform/trel_udp6.cpp \
|
||||
src/posix/platform/udp.cpp \
|
||||
src/posix/platform/utils.cpp \
|
||||
third_party/mbedtls/repo/library/aes.c \
|
||||
third_party/mbedtls/repo/library/aesni.c \
|
||||
third_party/mbedtls/repo/library/arc4.c \
|
||||
|
||||
Reference in New Issue
Block a user