1. fda7084 Make extra APKs easier to specify by Alan Stokes · 1 year, 8 months ago
  2. 172f9eb Add option to use GKI kernel for microdroid by Inseob Kim · 1 year, 9 months ago
  3. f7260f1 Remove statsd APEX, clean linkerconfig by Alan Stokes · 2 years ago
  4. d4551e1 Don't allow vendor APEXes in Microdroid by Nikita Ioffe · 2 years, 1 month ago
  5. e98dd47 Merge changes from topic "mount-vendor-in-microdroid" into main by Nikita Ioffe · 2 years, 1 month ago
  6. 93ee308 Update Virtualization module to protobuf3. by Ludovic Barman · 2 years, 2 months ago
  7. 5dfddf2 Add a way to add a vendor disk image when launching Microdroid VM by Nikita Ioffe · 2 years, 1 month ago
  8. 61f8614 Ignore debug policy with sysprop by Jaewan Kim · 2 years, 4 months ago
  9. b24d1dc Enable adb and adb root with debug level or debug policy by Jaewan Kim · 2 years, 6 months ago
  10. 3f0f1e8 Move virtmgr files to their own directory by David Brazdil · 2 years, 7 months ago[Renamed from virtualizationservice/src/payload.rs]
  11. 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
  12. e85831e Remove prefix full_ from debuggable by Seungjae Yoo · 2 years, 8 months ago
  13. fa22bb0 Remove DEBUG_LEVEL_APP_ONLY by Seungjae Yoo · 2 years, 8 months ago
  14. 566c967 Microdroid: Map a dm-crypt dev on (virtio-blk)disk by Shikha Panwar · 2 years, 9 months ago
  15. caa995c Pass sorted list of apexes to VM by Jooyung Han · 2 years, 9 months ago
  16. 743e0d6 prefer_staged keeps factory version by Jooyung Han · 2 years, 9 months ago
  17. 52d3c72 Remove support for command-line args by Alan Stokes · 2 years, 10 months ago
  18. 22e7045 Add persistent backing for encrypted storage in VM by Shikha Panwar · 2 years, 10 months ago
  19. 1f417c9 Handle PayloadConfig in Microdroid by Alan Stokes · 2 years, 10 months ago
  20. 0d1ef78 Initial work to make VM config file optional by Alan Stokes · 2 years, 11 months ago
  21. ed8ace4 Revert^2 "Boot VM without bootloader - using init ramdisk" by Shikha Panwar · 2 years, 10 months ago
  22. 0f71596 Revert "Boot VM without bootloader - using init ramdisk" by Shikha Panwar · 2 years, 10 months ago
  23. c700b84 Boot VM without bootloader - using init ramdisk by Shikha Panwar · 3 years ago
  24. 14497f0 Add error context during payload preparation in VS by Victor Hsieh · 2 years, 11 months ago
  25. 53cc5ca Fix partition verification by Alan Stokes · 3 years ago
  26. 0e82b50 Move VM callback to vmclient by Alan Stokes · 3 years ago
  27. 70ccf16 Better logging on failure by Alan Stokes · 3 years, 1 month ago
  28. d6267ae Revert^2 "Migrate to avb_add_hash_footer" by Andrew Scull · 3 years, 2 months ago
  29. ed0fd2d Revert "Migrate to avb_add_hash_footer" by Andrew Scull · 3 years, 2 months ago
  30. 26eca1f Migrate to avb_add_hash_footer by Andrew Scull · 3 years, 2 months ago
  31. a30477c Merge changes from topic "vm-sharedlibs-apexes" by Jooyung Han · 3 years, 6 months ago
  32. 579cb0e Merge "Remove obsolete TODOs." by Treehugger Robot · 3 years, 6 months ago
  33. 5ce867a Pass sharedlibs APEXes to VM by Jooyung Han · 3 years, 6 months ago
  34. ec78804 Pass active APEXes to VM by Jooyung Han · 3 years, 6 months ago
  35. d650235 Pass isFactory bit from host to Microdroid via payload metadata by Jiyong Park · 3 years, 6 months ago
  36. 4c46021 Remove obsolete TODOs. by Alan Stokes · 3 years, 6 months ago
  37. 40be9d5 Add last_update_seconds. by Andrew Walbran · 3 years, 7 months ago
  38. c1a5f5a Add test for collect_apex_names. by Andrew Walbran · 3 years, 7 months ago
  39. bf20c6a Use derive_classpath in VS for has_classpath_jar by Alan Stokes · 3 years, 7 months ago
  40. 46ac386 Add support for STANDALONE_SYSTEMSERVER_JARS by Alan Stokes · 3 years, 8 months ago
  41. a5a262f Add a parameter for extra apks to payload config by Inseob Kim · 3 years, 9 months ago
  42. b4868e6 Pass adbd only when debug mode by Inseob Kim · 3 years, 9 months ago
  43. acf31b0 Sign bootconfig partitions by Jiyong Park · 3 years, 9 months ago
  44. 1e7b603 Use 'package_native' for apexes wqith *classpath jars by Jooyung Han · 3 years, 9 months ago
  45. 53cf799 Use package_native only when prefer_staged by Jooyung Han · 3 years, 10 months ago
  46. c2a49cc Define debug levels by Jiyong Park · 3 years, 10 months ago
  47. 9d7cd7d virtualizationservice: read env var once by Jooyung Han · 3 years, 10 months ago
  48. 5e0f206 virtualizationservice: pass *CLASSPATH apexes to VM by Jooyung Han · 3 years, 10 months ago
  49. 5dc4217 virtualizationservice: "prefer_staged" for apexes by Jooyung Han · 3 years, 10 months ago
  50. 1c2d758 Update microdroid's built-in apexes by Jooyung Han · 4 years ago
  51. 19c1d6c microdroid_manager: verify APK/APEXes by Jooyung Han · 4 years ago
  52. 631d588 remove support of multi-file partition by Jooyung Han · 4 years ago
  53. 8d08181 instance.img is actually added as a writable partition by Jiyong Park · 4 years, 1 month ago
  54. cc0db52 Pass payload disk images as file descriptors rather than paths. by Andrew Walbran · 4 years, 1 month ago
  55. 9588463 Do not use size filler by Jooyung Han · 4 years, 1 month ago
  56. 44b02ab use serde-xml-rs to read apex-info-list.xml by Jooyung Han · 4 years, 1 month ago
  57. 14e5a8e Rename payload metadata partition by Jooyung Han · 4 years, 1 month ago
  58. 9900f3d virtualizationservice: lazy-load ApexInfoList by Jooyung Han · 4 years, 1 month ago
  59. 73bac24 use "apexservice" to get paths of APEXes by Jooyung Han · 4 years, 1 month ago
  60. 35edb8f virtualizationservice: clean up by Jooyung Han · 4 years, 1 month ago
  61. 54f422f vmconfig: remove path (use paths always) by Jooyung Han · 4 years, 1 month ago
  62. 21e9b92 Virtualizationservice makes payload disk image by Jooyung Han · 4 years, 1 month ago