【发布时间】:2016-03-19 20:44:54
【问题描述】:
我正在尝试在 Mac OS 上使用 make -jN 构建 aosp,但它以下一个错误结束:
required: BlockingQueue<Runnable>
found: BlockingQueue
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
29 warnings
ninja: build stopped: subcommand failed.
make: *** [ninja_wrapper] Error 1
在 43% 的过程中。
【问题讨论】:
标签: android android-source ninja