スマホ関連の海外ニュースです。
廃止されたヘッダは削除されています。統合されたヘッダがある今,単にヘッダ。
GCCはもはやサポートされていません。今すぐNDKから削除されませんが、バックポートパッケージを受信しなくなると、libc++はデフォルトで十分安定になるまで除去することができず、ニュストルの一部はまだClangと互換性がありません。他のSTLはr18において除去される時に除去される。
libc++がベータを外したのは、現在はNDKに好適なSTL。17年以降、libc++は,CMakeとスタンドアロンのツールチェーンで、デフォルトのSTLです。手動で異なるSTLを選択した場合は、libc++に移動することをお勧めします。詳細については、このブログ記事を参照してください。TODO:ブログの投稿を作成します。
ARM5(アルマエビ)はサポートされなくなりました。これは、明示的な名前であり、「all」および「all32」が含まれる場合、デフォルトndkビルドによって作成されません。しかし、まだ構築可能である。
このABIを対象とした場合もCMakeおよびndkビルドは警告を発行します。
続きを読む…
Changelog r16 beta1
The deprecated headers have been removed. Unified Headers are now simply The Headers. GCC is no longer supported. It will not be removed from the NDK just yet, but is no longer receiving backports. It cannot be removed until after libc++ has become stable enough to be the default, as some parts of gnustl are still incompatible with Clang. It will be removed when the other STLs are removed in r18. libc++ is out of beta and is now the preferred STL in the NDK. Starting in r17, libc++ is the default STL for CMake and standalone toolchains.
Read more…