1. 07 12月, 2017 4 次提交
  2. 06 12月, 2017 1 次提交
  3. 05 12月, 2017 3 次提交
  4. 03 12月, 2017 1 次提交
  5. 02 12月, 2017 2 次提交
  6. 01 12月, 2017 7 次提交
  7. 30 11月, 2017 6 次提交
  8. 29 11月, 2017 1 次提交
  9. 27 11月, 2017 1 次提交
  10. 23 11月, 2017 3 次提交
  11. 22 11月, 2017 10 次提交
  12. 21 11月, 2017 1 次提交
    • M
      Enable flutter engine to also work with .*so files on android (#4298) · 5c6ebf79
      Martin Kustermann 提交于
      * Enable flutter engine to also work with .*so files on android
      
      We would like to be able to use native tools (e.g. simpleperf, gdb) with
      precompiled flutter apps.  The native tools work much better with *.so
      files instead of the custom formats the Dart VM uses by default.
      
      This CL adds support for being able to load the flutter app from an *.so
      file on Android.
      
      * Add sanity check to ensure we have either shared library or instruction snapshot (but not both)
      5c6ebf79