Skip to content
Snippets Groups Projects
  1. Jan 21, 2013
  2. Jan 18, 2013
  3. Jan 15, 2013
  4. Jan 11, 2013
  5. Jan 09, 2013
  6. Jan 08, 2013
  7. Dec 27, 2012
  8. Dec 21, 2012
    • Andrew Hsieh's avatar
      Add -ldl for new stlport · 5fe05eb5
      Andrew Hsieh authored
      The new stlport in NDK r8d+ supports exception support via gabi++.
      The new gabi++ depends on dlopen, etc, meaning that we need to add -ldl
      for project links stlport with "-nostdlib -Wl,--no-undefined"
      (ie. all *.so in Android)
      
      Change-Id: I7321a075d2852a6a72f82f40bb24d64ec211cf39
      5fe05eb5
  9. Dec 20, 2012
  10. Dec 18, 2012
  11. Dec 17, 2012
  12. Dec 12, 2012
  13. Dec 11, 2012
  14. Dec 10, 2012
  15. Dec 06, 2012
  16. Dec 03, 2012
  17. Nov 30, 2012
  18. Nov 29, 2012
  19. Nov 27, 2012
    • Ken Wakasa's avatar
      Prep for GCC 4.7 · 2a6f58d9
      Ken Wakasa authored
      On Galaxy Nexus (./vendor/google/apps/LatinImeGoogle/tests/etc/run-profile.sh -g)
      
      Before
      ==== test finished, terminate logcat =====
      (0)  2506.11 (10.48%)
      (1)  21289.22 (89.01%)
      (2)  108.29 (0.45%)
      (3)  0.00 (0.00%)
      (4)  0.00 (0.00%)
      (5)  0.00 (0.00%)
      (6)  0.00 (0.00%)
      (20) 0.00 (0.00%)
      Total 23917.44 (sum of others 23903.62)
      
      After
      ==== test finished, terminate logcat =====
      (0)  2499.58 (10.98%)
      (1)  20145.66 (88.51%)
      (2)  103.17 (0.45%)
      (3)  0.00 (0.00%)
      (4)  0.00 (0.00%)
      (5)  0.00 (0.00%)
      (6)  0.00 (0.00%)
      (20) 0.00 (0.00%)
      Total 22761.98 (sum of others 22748.42)
      
      Change-Id: I662cb361ff9205ef87d640c458b8473df7d54659
      2a6f58d9
    • Ken Wakasa's avatar
      Fix liblog declaration in Makefile to make it more NDK-build friendly · b543c9c1
      Ken Wakasa authored
      Change-Id: I1459124b84e1db9df13700514f8029851bc21c97
      b543c9c1
  20. Nov 26, 2012
Loading