xref: /aosp_15_r20/external/openthread/README.android (revision cfb92d1480a9e65faed56933e9c12405f45898b4)
1*cfb92d14SAndroid Build Coastguard WorkerThis repository contains a copy of OpenThread, intended to be used for testing and simulation only.
2*cfb92d14SAndroid Build Coastguard Worker
3*cfb92d14SAndroid Build Coastguard WorkerSee http://openthread.io/ for more information.
4*cfb92d14SAndroid Build Coastguard Worker
5*cfb92d14SAndroid Build Coastguard WorkerThe following commands will rebuild the Android.mk files:
6*cfb92d14SAndroid Build Coastguard Worker
7*cfb92d14SAndroid Build Coastguard Worker    ./bootstrap
8*cfb92d14SAndroid Build Coastguard Worker    AUTOANDR_MODULE_TAGS=optional ../wpantund/etc/autoandr/autoandr start \
9*cfb92d14SAndroid Build Coastguard Worker        --enable-shared \
10*cfb92d14SAndroid Build Coastguard Worker        --with-examples=posix \
11*cfb92d14SAndroid Build Coastguard Worker        --enable-ncp=uart \
12*cfb92d14SAndroid Build Coastguard Worker        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*cfb92d14SAndroid Build Coastguard Worker        CFLAGS="-Wno-date-time" \
14*cfb92d14SAndroid Build Coastguard Worker        --disable-tools
15