Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: cross/android-arm.in

Issue 29537638: Issue 6226 - Use mesonbuild as a build system (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Extract the NDK in the right place. Created April 4, 2018, 7:28 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cross-bootstrap.sh ('k') | cross/android-arm64.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [binaries]
2 c = '@ANDROID_NDK_ROOT@/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86 _64/bin/arm-linux-androideabi-gcc'
3 cpp = '@ANDROID_NDK_ROOT@/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x 86_64/bin/arm-linux-androideabi-g++'
4 ar = '@ANDROID_NDK_ROOT@/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x8 6_64/bin/arm-linux-androideabi-ar'
5 ld = '@ANDROID_NDK_ROOT@/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x8 6_64/bin/arm-linux-androideabi-ld'
6 strip = '@ANDROID_NDK_ROOT@/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin -x86_64/bin/arm-linux-androideabi-strip'
7
8 [properties]
9 cpp_args = [ '-isysroot', '@ANDROID_NDK_ROOT@/platforms/android-9/arch-arm/', '- isystem@ANDROID_NDK_ROOT@/sources/cxx-stl/llvm-libc++/libcxx/include', '-isyste m@ANDROID_NDK_ROOT@/sources/cxx-stl/llvm-libc++abi/libcxxabi/include', '-isystem @ANDROID_NDK_ROOT@/sources/android/support/include', '-DANDROID' ]
10 cpp_link_args = [ '--sysroot=@ANDROID_NDK_ROOT@/platforms/android-9/arch-arm/' ]
11
12 [host_machine]
13 system = 'android'
14 cpu_family = 'arm'
15 cpu = 'armv7'
16 endian = 'little'
17
OLDNEW
« no previous file with comments | « cross-bootstrap.sh ('k') | cross/android-arm64.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld