1. 24 Oct, 2011 1 commit
  2. 22 Oct, 2011 1 commit
  3. 21 Oct, 2011 3 commits
  4. 20 Oct, 2011 2 commits
  5. 19 Oct, 2011 1 commit
  6. 18 Oct, 2011 5 commits
  7. 17 Oct, 2011 1 commit
    • Scott Main's avatar
      update andriod beam demo. · e842e956
      Scott Main authored
      add action item to go to Android Beam settings,
      add help info, and add callback for on-push-complete
      
      Change-Id: I2e0e8b9d6e66c507d62012e809ee0c01e1298f20
      e842e956
  8. 14 Oct, 2011 8 commits
  9. 11 Oct, 2011 2 commits
  10. 10 Oct, 2011 6 commits
    • David 'Digit' Turner's avatar
    • David 'Digit' Turner's avatar
      58064314
    • David 'Digit' Turner's avatar
    • David 'Digit' Turner's avatar
      ndk: Remove obsolete API level 11 platform files · 985433be
      David 'Digit' Turner authored
      Change-Id: I95b0952722e1312c46ef02912407b81ea8c1b198
      985433be
    • David 'Digit' Turner's avatar
      ndk: Remove obsolete platform files · e872f4e1
      David 'Digit' Turner authored
      Remove the prebuilt system shared libraries and unified symbol files
      from development/ndk. We don't need them anymore:
      
        - the unified symbol files are replaced by separate functions/variables
          symbol list, which were added in a previous commit, i.e.:
      
      	libc.so.txt  --> libc.so.functions.txt
      	                 libc.so.variables.txt
      
       - the shared libraries are now generated on the fly by the NDK
         gen-platforms.sh script, from the functions/variables symbol lists.
      
      Note that we need to keep the static libraries and runtime objects,
      they are required to build the cross-toolchains and target binaries.
      
      Change-Id: Ifa0a7f2d741ed32b80216561ca3f17e67df06ce9
      e872f4e1
    • David 'Digit' Turner's avatar
      ndk: separate functions and variables symbol lists · 02053eb7
      David 'Digit' Turner authored
      This change introduces separate symbol lists for functions
      and variables of each NDK system shared library.
      
      Note that we don't remove the unified symbol files yet. This
      will be done later when we complete other changes under ndk/,
      namely the ability to generate platforms trees containing shell
      libraries generated directly from them.
      
      These files were generated using the following:
      
        cd development/ndk
        for DIR in platforms/*/*/lib; do
          for ARCH in arm x86; do
            $NDK/build/tools/gen-system-symbols $DIR $DIR/../symbols
          done
        done
      
      This means that the symbol lists were generated by parsing the
      existing prebuilt shared libraries under platforms/ and extracting
      their function and variable names.
      
      Change-Id: Ie1e791d98260a7f0d8d2e9f71323a7ea448f2dd4
      02053eb7
  11. 07 Oct, 2011 9 commits
  12. 06 Oct, 2011 1 commit