1. 23 May, 2016 2 commits
  2. 21 May, 2016 1 commit
    • Dimitry Ivanov's avatar
      Add missing symbols for android-12 platform libc · e5dd8fb9
      Dimitry Ivanov authored
      This affects libc.so for android-12,14,16,19
      
      Symbols missing from NDK libc but present in the
      platform version of libc:
      
      __getcpu # except mips
      __sched_cpualloc
      __sched_cpucount
      __sched_cpufree
      __sched_getaffinity
      __system_property_set
      ether_aton
      ether_aton_r
      ether_ntoa
      ether_ntoa_r
      pthread_atfork
      sched_getaffinity
      sched_getcpu
      sched_setaffinity
      timegm
      timelocal
      
      Bug: http://b/28864994
      Change-Id: Ic41ec18fd6b583759d15fd8c6bcc759e087b5daa
      e5dd8fb9
  3. 20 May, 2016 2 commits
  4. 19 May, 2016 3 commits
  5. 18 May, 2016 5 commits
  6. 13 May, 2016 1 commit
  7. 12 May, 2016 4 commits
  8. 06 May, 2016 1 commit
  9. 04 May, 2016 4 commits
  10. 29 Apr, 2016 2 commits
  11. 28 Apr, 2016 1 commit
  12. 26 Apr, 2016 2 commits
  13. 25 Apr, 2016 5 commits
  14. 24 Apr, 2016 1 commit
  15. 20 Apr, 2016 1 commit
  16. 19 Apr, 2016 1 commit
    • Christopher Ferris's avatar
      Fix up the makefiles and some samples. · 0e2da180
      Christopher Ferris authored
      Add LOCAL_DEX_PREOPT := false to force the samples to build actual apks.
      
      In addition, fix a couple of other small issues:
      
      - TtsEngine didn't have the api level set properly.
      - SimpleJNI used a non-ndk library and was using libc++.
      
      Change-Id: I1fd7c187956eed4620049bb746f4d62babcd648a
      0e2da180
  17. 14 Apr, 2016 4 commits