1. a158e3d Apexd: Copy instead of link in test by Andreas Gampe · 7 years ago
  2. e1a4039 Apexd: Add initial PreInstall code by Andreas Gampe · 7 years ago
  3. 27adafa Apexd: Add apexd_private.h by Andreas Gampe · 7 years ago
  4. c766c0a Apexd: Use ScopeGuard for test cleanup by Andreas Gampe · 7 years ago
  5. c45bf32 Apexd: Generalize PrepareTestApexForInstall by Andreas Gampe · 7 years ago
  6. 7b2c876 Merge "Apexd: Ensure that packages that cannot be staged are removed" by Treehugger Robot · 7 years ago
  7. d95d66f Fix broken apexservice_test by Jiyong Park · 7 years ago
  8. 6802c61 Apexd: Ensure that packages that cannot be staged are removed by Andreas Gampe · 7 years ago
  9. 4878871 Merge "Apexd: Add build files for apexd_testdata" by Andreas Gampe · 7 years ago
  10. b25ded6 Merge "Move test.apex under tests directory" by Treehugger Robot · 7 years ago
  11. d36da53 Merge "End-to-end test for APEX" by Treehugger Robot · 7 years ago
  12. e80a882 Merge "Add support for building zipapex files" by Treehugger Robot · 7 years ago
  13. f47024d Merge "adb shell cmd apexservice works" by Treehugger Robot · 7 years ago
  14. 918c4da Don't let gtest to execute the apex file by Jiyong Park · 7 years ago
  15. cc62585 Add support for building zipapex files by Alex Light · 7 years ago
  16. ef3bf76 Move test.apex under tests directory by Jiyong Park · 7 years ago
  17. 03e46ef End-to-end test for APEX by Jiyong Park · 7 years ago
  18. 9b80048 adb shell cmd apexservice works by Jiyong Park · 7 years ago
  19. c2f77eb Label apk_tmp_file to apex_data_file by Jiyong Park · 7 years ago
  20. ec119ee Merge "Add initial test infra for stage, activate, uninstall apex package." by Treehugger Robot · 7 years ago
  21. 3da3778 C++17 is the default now. by Elliott Hughes · 7 years ago
  22. 5d42dd3 Add initial test infra for stage, activate, uninstall apex package. by Chen Zhu · 7 years ago
  23. 4bc34e1 Apexd: Add build files for apexd_testdata by Andreas Gampe · 7 years ago
  24. e3f215e Apexd: Ensure apexservice_test runs as root by Andreas Gampe · 7 years ago
  25. 8e1ac68 Apexer: Print command output on error by Andreas Gampe · 7 years ago
  26. 6f75b37 Ensure that apex key is used by only one APEX. by Jiyong Park · 7 years ago
  27. 69c0f11 ApexFile and ApexManifest share the lifecycle by Jiyong Park · 7 years ago
  28. 0a21264 Rename manifest and image files. by Dario Freni · 7 years ago
  29. 0e69652 Fix AndroidManifest.xml generated by apexer.py. by Nicholas Lativy · 7 years ago
  30. 2efadc0 Apexd: Move away from unique_ptr by Andreas Gampe · 7 years ago
  31. 51c72bf Merge "Apexd: Split out mounting from activating" by Treehugger Robot · 7 years ago
  32. 7db7531 Merge "Apexd: Factor out mount point paths" by Treehugger Robot · 7 years ago
  33. f8b07b3 Merge "Apexd: Add pre-install and post-install hook to manifest" by Treehugger Robot · 7 years ago
  34. 45f6565 Merge "Apexd: Implement ApexService::getActivePackages with database" by Treehugger Robot · 7 years ago
  35. 3d58a0a Merge "Remove buildspam for apexer" by Treehugger Robot · 7 years ago
  36. 847d759 Remove buildspam for apexer by Jiyong Park · 7 years ago
  37. 4d10203 Apexd: Split out mounting from activating by Andreas Gampe · 7 years ago
  38. 8f4bba2 Apexd: Factor out mount point paths by Andreas Gampe · 7 years ago
  39. 0bc545a Apexd: Add pre-install and post-install hook to manifest by Andreas Gampe · 7 years ago
  40. 0fa59af Apexd: Implement ApexService::getActivePackages with database by Andreas Gampe · 7 years ago
  41. 3de3e56 Apexd: Minimal database for active apexes by Andreas Gampe · 7 years ago
  42. 4c07ec1 Merge "Rename ApexPackageInfo to ApexInfo." by Treehugger Robot · 7 years ago
  43. dded6c1 Rename ApexPackageInfo to ApexInfo. by Dario Freni · 7 years ago
  44. 0dd7901 Merge "Apexd: Curb stat error spam" by Treehugger Robot · 7 years ago
  45. 1ce514f Merge "AndroidManifest for APEX has hasCode="false"" by Treehugger Robot · 7 years ago
  46. 7f438db Merge "Apexd: Fix typo in tests" by Treehugger Robot · 7 years ago
  47. 269d835 Merge "Surfaceflinger in the test APEX can be started" by Treehugger Robot · 7 years ago
  48. a716392 Apexd: Curb stat error spam by Andreas Gampe · 7 years ago
  49. 74a8956 Apexd: Fix typo in tests by Andreas Gampe · 7 years ago
  50. a4fe113 Apexd: Add missed cmd exposure of deactivatePackage by Andreas Gampe · 7 years ago
  51. fde9e35 Rename PackageInfo parcelable to ApexPackageInfo. by Dario Freni · 7 years ago
  52. bb615ac Surfaceflinger in the test APEX can be started by Jiyong Park · 7 years ago
  53. 5fbeac1 AndroidManifest for APEX has hasCode="false" by Jiyong Park · 7 years ago
  54. 51a416a Merge "Apexd: Change apexservice_test setup code" by Treehugger Robot · 7 years ago
  55. 43de279 Merge "Apexd: Factor out opening file+manifest" by Treehugger Robot · 7 years ago
  56. 2f097cf Apexd: Change apexservice_test setup code by Andreas Gampe · 7 years ago
  57. 2c376bf Apexd: Factor out opening file+manifest by Andreas Gampe · 7 years ago
  58. 5ec47c5 Apexd: Add logcat logging to apexservice_test by Andreas Gampe · 7 years ago
  59. 602ef78 Apexd: Hide binder service details from main by Andreas Gampe · 7 years ago
  60. a3ab9a7 Merge "System APEXes are not mounted using dm-verity" by Treehugger Robot · 7 years ago
  61. 6057214 Merge "Flattened APEXes are activated" by Treehugger Robot · 7 years ago
  62. 46e0118 Merge "core-all to core-oj for the apex.test example" by Treehugger Robot · 7 years ago
  63. 64bc5c9 Merge "Change the name of the test apex" by Treehugger Robot · 7 years ago
  64. 9eb6666 System APEXes are not mounted using dm-verity by Jiyong Park · 7 years ago
  65. d02c88c Flattened APEXes are activated by Jiyong Park · 7 years ago
  66. 11bfae2 core-all to core-oj for the apex.test example by Jiyong Park · 7 years ago
  67. f048ef4 Change the name of the test apex by Jiyong Park · 7 years ago
  68. 2cd1456 Move file_contexts to under /system/sepolicy by Jiyong Park · 7 years ago
  69. 0767709 Merge "APEXes are mounted without NOSUID" by Treehugger Robot · 7 years ago
  70. d97a2d0 APEXes are mounted without NOSUID by Jiyong Park · 7 years ago
  71. 5f7298b Apexd: Disable selinux for apexservice_test by Andreas Gampe · 7 years ago
  72. 1b6fa37 Apexd: Temporarily disable selinux test by Andreas Gampe · 7 years ago
  73. 35e8093 Apexd: Add apexservice test by Andreas Gampe · 7 years ago
  74. 9eed6f4 Merge "Apexd: Add deactivatePackage" by Andreas Gampe · 7 years ago
  75. 6054819 Merge changes I05d43fac,I49cb6a9c by Treehugger Robot · 7 years ago
  76. 543c131 Merge "add init.rc for the test APEX" by Treehugger Robot · 7 years ago
  77. d6c3df8 Apexd: Add deactivatePackage by Andreas Gampe · 7 years ago
  78. 5f8683c Apexd: Fix unmountAll by Andreas Gampe · 7 years ago
  79. 9fe992c Apexd: Move from symlink to bind mount by Andreas Gampe · 7 years ago
  80. ead604a add init.rc for the test APEX by Jiyong Park · 7 years ago
  81. bc400ae Configure read-ahead of dm-verity devices. by Martijn Coenen · 7 years ago
  82. 16cbb56 Rename installPackage aidl method to stagePackage. by Dario Freni · 7 years ago
  83. 88b859b Clang-format fixes. by Dario Freni · 7 years ago
  84. af27504 Rename mountPackage to activatePackage. by Dario Freni · 7 years ago
  85. 9297a7d Merge "Add getActivePackages binder method." by Treehugger Robot · 7 years ago
  86. ea7abd3 Merge "Use group system for apexd service." by Treehugger Robot · 7 years ago
  87. 8e88b68 Add getActivePackages binder method. by Dario Freni · 7 years ago
  88. 41d0985 Merge "Small fix in APEX test's file_contexts file." by Roland Levillain · 7 years ago
  89. 45ee4f5 Use group system for apexd service. by Dario Freni · 7 years ago
  90. ab47ee4 Merge "Reland "ld.config.txt for APEX"" by Jiyong Park · 7 years ago
  91. b40383f Small fix in APEX test's file_contexts file. by Roland Levillain · 7 years ago
  92. 50c6e4c Apexd: Change verifyApexVerity to use StatusOr by Andreas Gampe · 7 years ago
  93. adf4d37 Merge "apexd exports its status via sysprop" by Jiyong Park · 7 years ago
  94. 2c7c728 apexd exports its status via sysprop by Jiyong Park · 7 years ago
  95. a4fb793 Merge "Attempt at adding clang-format presubmit hook." by Treehugger Robot · 7 years ago
  96. 3ab4c85 Attempt at adding clang-format presubmit hook. by Dario Freni · 7 years ago
  97. 89e8fdc Reland "ld.config.txt for APEX" by Jiyong Park · 7 years ago
  98. e33fdfc Revert "ld.config.txt for APEX" by Jiyong Park · 7 years ago
  99. 7151124 ld.config.txt for APEX by Jiyong Park · 7 years ago
  100. 91cc221 Merge "APEXs are signed with apksigner" by Treehugger Robot · 7 years ago