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

Side by Side Diff: cross/r16b/android-x86.in

Issue 29537638: Issue 6226 - Use mesonbuild as a build system (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
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:
View unified diff | Download patch
« no previous file with comments | « cross/r16b/android-arm64.in ('k') | meson.build » ('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/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux -android-gcc'
3 cpp = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-lin ux-android-g++'
4 ar = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linu x-android-ar'
5 ld = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linu x-android-ld'
6 strip = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-l inux-android-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/i686-linux-android/', '-DANDRO ID' ]
10 cpp_link_args = [ '--sysroot=@ANDROID_NDK_ROOT@/platforms/android-16/arch-x86/' ]
11
12 [host_machine]
13 system = 'android'
14 cpu_family = 'x86'
15 cpu = 'i686'
16 endian = 'little'
OLDNEW
« no previous file with comments | « cross/r16b/android-arm64.in ('k') | meson.build » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld