1. 14 Sep, 2010 1 commit
    • David 'Digit' Turner's avatar
      Add easy native debugging support through NDK_DEBUG=1 · fd204377
      David 'Digit' Turner authored
      "ndk-build NDK_DEBUG=1" will force the build of a debuggable application.
      This really copies gdbserver to the proper location, as if android:debuggable
      was set to "true" in the app's manifest.
      
      The value of NDK_DEBUG can be 0, 1, true or false, and will override the content
      of the manifest. The main benefit from this change is that you don't have to
      edit your manifest file just to rebuilt
      
      Change-Id: I3fafb620189ac53a72b492c963832dd0c7f8b7d7
      fd204377
  2. 02 Sep, 2010 1 commit
  3. 29 Aug, 2010 1 commit
  4. 13 Aug, 2010 1 commit
  5. 30 Jul, 2010 1 commit
    • David 'Digit' Turner's avatar
      Move platform files from build/platforms to platforms. · 77d9a088
      David 'Digit' Turner authored
      This also prepares for a major shift in the way files are stored under
      development/ndk. Essentially, after this patch, you can have:
      
      development/ndk/android-N/arch-$ABI/
        ==> contains only files relevant to API level 'N' that are not
            already part of API level 'N-1', 'N-2', etc...
      
      development/ndk/android-N/samples/
        ==> contains samples that depend on features of a given API level 'N'.
      
      The idea is to be able to work on API level 'N+1' by adding a single
      directory under development/ndk. This is useful when branching between
      several platform release branches. And it makes platform additions
      trivial to examine and check.
      
      + build/tools/build-platforms.sh: group all files under development/ndk
        under $NDK/platforms and $NDK/samples, grouping everything together
      
      + build/tools/dev-cleanup.sh: get rid of all intermediate files,
        including $NDK/platforms and $NDK/samples
      
      + update make-release.h to deal with the new hotness.
      
      Change-Id: I1c26052b862af4c319b9c0a5757c585929650562
      77d9a088
  6. 24 Jul, 2010 1 commit
  7. 16 Jul, 2010 1 commit
  8. 15 Jul, 2010 5 commits
  9. 14 Jul, 2010 2 commits
  10. 13 Jul, 2010 1 commit
  11. 12 Jul, 2010 2 commits
  12. 10 Jul, 2010 1 commit
    • David 'Digit' Turner's avatar
      Add support for module imports. · 6a8948dc
      David 'Digit' Turner authored
      See docs/IMPORT-MODULE.TXT for details. You can now define NDK_MODULE_PATH
      in your environment to list directories that will be searched when the new
      function 'import-module' is called.
      
      The goal is to avoid hard-coding third-party module paths into your
      project tree.
      
      Change-Id: I6f260299876d29e0492109b86824acab318e104e
      6a8948dc
  13. 09 Jul, 2010 2 commits
  14. 07 Jul, 2010 2 commits
  15. 25 Jun, 2010 1 commit
  16. 22 Jun, 2010 1 commit
  17. 19 Jun, 2010 1 commit
  18. 17 Jun, 2010 1 commit
  19. 10 Jun, 2010 6 commits
  20. 09 Jun, 2010 6 commits
  21. 08 Jun, 2010 2 commits