質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
私は以下公式ガイドの方法でAndroid7.1.2をxperia z1用にビルドした
|
2
|
-
https://developer.sony.com/develop/open-devices/guides/aosp-build-instructions/build-aosp-nougat-7-1-2/
|
1
|
+
私は以下公式ガイドの方法でAndroid7.1.2をxperia z1用にビルドしようと試みました。
|
2
|
+
[https://developer.sony.com/develop/open-devices/guides/aosp-build-instructions/build-aosp-nougat-7-1-2/](https://developer.sony.com/develop/open-devices/guides/aosp-build-instructions/build-aosp-nougat-7-1-2/)
|
3
3
|
|
4
4
|
しかしrepoの同期が完了しmakeコマンドを実行すると途中で
|
5
5
|
|
@@ -9,7 +9,7 @@
|
|
9
9
|
build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed
|
10
10
|
make: *** [ninja_wrapper] Error 1
|
11
11
|
|
12
|
-
|
12
|
+
make failed to build some targets (20 seconds)
|
13
13
|
|
14
14
|
というエラーが出てきてビルドできません。
|
15
15
|
|