1. 10 Feb, 2020 2 commits
  2. 09 Feb, 2020 16 commits
  3. 08 Feb, 2020 3 commits
    • topjohnwu's avatar
      Update scripts · 4dd8d75c
      topjohnwu authored
      4dd8d75c
    • topjohnwu's avatar
      Update busybox · e5f50bb7
      topjohnwu authored
      e5f50bb7
    • osm0sis's avatar
      scripts: recovery addon.d-v2 and env fixes · 45d5b4be
      osm0sis authored
      - recovery addon.d-v2 requires /system and /system_root stay mounted
      - find OUTFD from recovery update_engine for addon.d-v2 output
      - fix finding OUTFD on addon.d failure with toybox ps
      - simplify heredoc creation
      - update to longer apex BOOTCLASSPATH
      - save and restore any mountpoint symlinks encountered
      
      Closes #2284
      45d5b4be
  4. 03 Feb, 2020 5 commits
  5. 02 Feb, 2020 8 commits
  6. 01 Feb, 2020 3 commits
  7. 31 Jan, 2020 3 commits
    • topjohnwu's avatar
      Update docs · c72d83b6
      topjohnwu authored
      c72d83b6
    • osm0sis's avatar
      scripts: fixes for Tegra partition naming + bootsigner on Android 10 · f2d2f28e
      osm0sis authored
      - adjust mount scripts to support SOS, APP and CAC Tegra partition naming (vendor is still vendor, oddly)
      - -Xnodex2oat is removed on Android 10 in AOSP (despite it still erroneously showing in dalvikvm --help); older devices will still run safely without it
      - Android 10 dynamically linked binaries need APEX mounts and variables so add this to recovery_actions/cleanup (thanks @Zackptg5)
      - clean up known systemless root leftovers because we're helpful
      f2d2f28e
    • osm0sis's avatar
      magiskboot: fix lzop detection · a7435dad
      osm0sis authored
      a7435dad