-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
- Loading branch information
Showing
12 changed files
with
98 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[target.aarch64-linux-android] | ||
ar = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar" | ||
linker = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang" | ||
|
||
[target.arm-linux-androideabi] | ||
ar = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar" | ||
linker = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi29-clang" | ||
|
||
[target.armv7-linux-androideabi] | ||
ar = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar" | ||
linker = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi29-clang" | ||
|
||
[target.thumbv7neon-linux-androideabi] | ||
ar = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar" | ||
linker = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi29-clang" | ||
|
||
[target.i686-linux-android] | ||
ar = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android-ar" | ||
linker = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android29-clang" | ||
|
||
[target.x86_64-linux-android] | ||
ar = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android-ar" | ||
linker = "./third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android29-clang" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule build
updated
from 56551e to 235a87
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule buildtools
updated
7 files
+0 −6 | .gitmodules | |
+7 −10 | DEPS | |
+26 −4 | README.txt | |
+3 −1 | third_party/libc++/BUILD.gn | |
+0 −1 | third_party/libc++/trunk | |
+6 −2 | third_party/libc++abi/BUILD.gn | |
+0 −1 | third_party/libc++abi/trunk |
Submodule android_ndk
added at
27c0a8
Submodule android_platform
added at
2244b5
Submodule catapult
added at
395a62
Submodule zlib
updated
from c2eb8a to 156be8
Submodule clang
updated
from 8bf2cd to 7311e7