Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

test, build: fix Android NDK r9c compatibility #1133

Closed
wants to merge 2 commits into from
Closed

test, build: fix Android NDK r9c compatibility #1133

wants to merge 2 commits into from

Commits on Feb 21, 2014

  1. test: fix spawn_stdout_and_stderr_to_file test

    S_IREAD and S_IWRITE are obsolete in GNU libs and
    not included in the Android NDK's libc. See
    http://www.gnu.org/savannah-checkouts/gnu/libc
    /manual/html_node/Permission-Bits.html
    Lars Gierth committed Feb 21, 2014
    Copy the full SHA
    0372107 View commit details
    Browse the repository at this point in the history
  2. build: update android toolchain

    gcc-4.7 has been removed in revision r9c. More info:
    http://developer.android.com/tools/sdk/ndk/index.html#Revisions
    Lars Gierth committed Feb 21, 2014
    Copy the full SHA
    00cb62a View commit details
    Browse the repository at this point in the history