ninja: error: 'out/target/product/victara/obj/SHARED_LIBRARIES/libaudiopolicymanager_intermediates/export_includes', needed by 'out/target/product/victara/obj/SHARED_LIBRARIES/libaudiopolicyservice_intermediates/import_includes', missing and no known rule to make it
build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
make: *** [ninja_wrapper] Error 1
#### make failed to build some targets (04:02 (mm:ss)) ####
Victara (Moto X 第 2 世代) 用の AOSP をコンパイルしているときにこのエラーが発生しました...修正方法を知っている人はいますか?
このローカル マニフェストを使用しています: https://github.com/renanmarcs/local_manifests/blob/master/local.xml
そして、これが私がコンパイルを開始した方法です:
cd ~/aosp
repo sync
source build/envsetup.sh
lunch aosp_victara-userdebug
make -j2