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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cross/r16b/android-arm64.in ('k') | meson.build » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cross/r16b/android-x86.in
===================================================================
new file mode 100644
--- /dev/null
+++ b/cross/r16b/android-x86.in
@@ -0,0 +1,16 @@
+[binaries]
+c = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux-android-gcc'
+cpp = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux-android-g++'
+ar = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux-android-ar'
+ld = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux-android-ld'
+strip = '@ANDROID_NDK_ROOT@/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux-android-strip'
+
+[properties]
+cpp_args = [ '--sysroot=@ANDROID_NDK_ROOT@/sysroot/', '-isystem', '@ANDROID_NDK_ROOT@/sources/cxx-stl/llvm-libc++/include', '-isystem', '@ANDROID_NDK_ROOT@/sources/cxx-stl/llvm-libc++abi/include', '-isystem', '@ANDROID_NDK_ROOT@/sources/android/support/include', '-isystem', '@ANDROID_NDK_ROOT@/sysroot/usr/include', '-isystem', '@ANDROID_NDK_ROOT@/sysroot/usr/include/i686-linux-android/', '-DANDROID' ]
+cpp_link_args = [ '--sysroot=@ANDROID_NDK_ROOT@/platforms/android-16/arch-x86/' ]
+
+[host_machine]
+system = 'android'
+cpu_family = 'x86'
+cpu = 'i686'
+endian = 'little'
« 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