https://source.android.com/source/initializing.htmlの指示に従い、ビルドしlunch full_grouper-user
て makefile を生成します。Android ソースは、約 5 分間問題なくビルドされますが、次のエラーで停止します。
target arm C++: libwebrtc_system_wrappers <= external/webrtc/src/system_wrappers/source/map.cc
In file included from external/webrtc/src/system_wrappers/source/map.cc:11:0:external/webrtc/src/system_wrappers/source/../interface/map_wrapper.h:14:15: fatal error: map: No such file or directory compilation terminated.
make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/libwebrtc_system_wrappers_intermediates/map.o] Error 1
make: *** Waiting for unfinished jobs....
何かアドバイス?コンパイラが STL ヘッダーを見つけられないようです。非常に奇妙です。