xref: /aosp_15_r20/external/openthread/README.android (revision cfb92d1480a9e65faed56933e9c12405f45898b4)
1This repository contains a copy of OpenThread, intended to be used for testing and simulation only.
2
3See http://openthread.io/ for more information.
4
5The following commands will rebuild the Android.mk files:
6
7    ./bootstrap
8    AUTOANDR_MODULE_TAGS=optional ../wpantund/etc/autoandr/autoandr start \
9        --enable-shared \
10        --with-examples=posix \
11        --enable-ncp=uart \
12        CXXFLAGS="-Wno-non-virtual-dtor -Wno-date-time -Wno-variadic-macros -Wno-c++11-extensions -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-zero-length-array -Wno-pedantic" \
13        CFLAGS="-Wno-date-time" \
14        --disable-tools
15