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

Delta Between Two Patch Sets: cross/r16b/android-arm.in

Issue 29537638: Issue 6226 - Use mesonbuild as a build system (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Left Patch Set: Missing wrap_make. Added Win32 support (untested) Created March 23, 2018, 11:04 p.m.
Right Patch Set: Support NDK r16b Created April 25, 2018, 10:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « cross-bootstrap.sh ('k') | cross/r16b/android-arm64.in » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 = [ '--sysroot=@ANDROID_NDK_ROOT@/sysroot/', '-isystem', '@ANDROID_NDK_ ROOT@/sources/cxx-stl/llvm-libc++/include', '-isystem', '@ANDROID_NDK_ROOT@/sou rces/cxx-stl/llvm-libc++abi/include', '-isystem', '@ANDROID_NDK_ROOT@/sources/an droid/support/include', '-isystem', '@ANDROID_NDK_ROOT@/sysroot/usr/include', '- isystem', '@ANDROID_NDK_ROOT@/sysroot/usr/include/arm-linux-androideabi/', '-DAN DROID' ]
10 cpp_link_args = [ '--sysroot=@ANDROID_NDK_ROOT@/platforms/android-16/arch-arm/' ]
11
12 [host_machine]
13 system = 'android'
14 cpu_family = 'arm'
15 cpu = 'armv7'
16 endian = 'little'
17
LEFTRIGHT

Powered by Google App Engine
This is Rietveld