1. 31 Jul, 2013 1 commit
  2. 30 Apr, 2013 1 commit
    • David 'Digit' Turner's avatar
      ndk-build: Support absolute paths in LOCAL_SRC_FILES · 618bc65a
      David 'Digit' Turner authored
      This patch allows one to use absolute paths in LOCAL_SRC_FILES.
      This can be useful in situations where computing a path relative
      to LOCAL_PATH is too complicated.
      
      (Main purpose is to ease testing of libc++ out of the NDK tree).
      
      + Avoid double slashes in object file paths during the build,
        i.e.:
      
           obj/local/$ABI/obj/<module>/foo.o
      
        instead of:
           obj/local/$ABI/obj/<module>//foo.o
      
      Change-Id: I816d7f8782b94eea722d6a0c14249b8a921a9b72
      618bc65a
  3. 12 Sep, 2012 1 commit
    • Andrew Hsieh's avatar
      Fix 2 tests · e7f8b522
      Andrew Hsieh authored
      1. Fix tests/build/libc_no_atexit/build.sh to prefix $NDK to libc.so,
         otherwise readelf can't read any of them. The test still passes,
         though.
      2. Allow tests/build/libc_no_atexit to build for all archs
      
      Change-Id: I823874ccf9d4144d4c7a21424df82a9b26241dfb
      e7f8b522
  4. 20 Aug, 2012 1 commit
  5. 21 Sep, 2011 1 commit
    • David 'Digit' Turner's avatar
      Allow imported shared libraries to be installed by default. · 5edfe75d
      David 'Digit' Turner authored
      This patch ensures that imported shared libraries are now copied
      to the install location (libs/<abi>) by default. Previously, one
      had to list them explicitely in APP_MODULES to do that (only
      top-level project modules were installed).
      
      Change-Id: I5a8628d2246d1ce4b4a8a56970fda64541bf3f19
      5edfe75d