1. ea1b897 Refetch manifest/matrix on error. by Steven Moreland · 4 years, 1 month ago
  2. bf91ee2 Log when reading manifest/matrices. by Steven Moreland · 4 years, 1 month ago
  3. f474b96 Searchable error in VintfObject Get by Steven Moreland · 4 years, 2 months ago
  4. 4b52dfa check_vintf: also checks deprecation by Yifan Hong · 4 years, 2 months ago
  5. 15ccd34 libvintf: logging for listFiles error by Steven Moreland · 4 years, 3 months ago
  6. afb80be Add system_ext manifest by Yifan Hong · 4 years, 3 months ago
  7. b712e7e Fix check deprecation to use Hidl Metadata. by Yifan Hong · 4 years, 3 months ago
  8. ff1a25c checkUnusedHals: use hidl metadata by Yifan Hong · 4 years, 3 months ago
  9. 238c6dc Check unused HALs when system ext matrix exists. by Yifan Hong · 4 years, 3 months ago
  10. 6e32a5f Check unused HALs in check_vintf by Yifan Hong · 4 years, 3 months ago
  11. beef8fc Merge "libvintf: Allow runtime configuration of vendor manifest" into rvc-dev by Yifan Hong · 4 years, 3 months ago
  12. fe7068d libvintf: Allow runtime configuration of vendor manifest by Roopesh Nataraja · 4 years, 4 months ago
  13. 954c464 Avoid big statics. by Steven Moreland · 4 years, 4 months ago
  14. 5bbc4ae Fix kSystemExtVintfDir. by Yifan Hong · 4 years, 5 months ago
  15. a0968e8 Add system_ext matrix and FCM levels. by Yifan Hong · 4 years, 6 months ago
  16. b02d87d Add product matrix FCM levels. by Yifan Hong · 4 years, 6 months ago
  17. 378c408 Add VintfObject::getKernelLevel. by Yifan Hong · 4 years, 6 months ago
  18. 85e589e Remove VintfObject::checkCompatibility(vector<string>) by Yifan Hong · 4 years, 6 months ago
  19. 25f0e28 Add HalManifest::shouldCheckKernelCompatibility by Yifan Hong · 4 years, 6 months ago
  20. 89093ed KernelInfo::getMatchedKernelRequirements takes kernel FCM version by Yifan Hong · 4 years, 6 months ago
  21. f324798 Set kernel FCM in RuntimeInfo by Yifan Hong · 4 years, 6 months ago
  22. ac62148 Add public forEachHidlInstanceOfInterface/Version by Yifan Hong · 4 years, 9 months ago
  23. 0b1916f Add forEachHidlInstanceOfPackage by Yifan Hong · 4 years, 9 months ago
  24. 1e8febd Add VintfObject::getCompatibleKernelRequirement by Yifan Hong · 4 years, 10 months ago
  25. 5f4e57e Add product manifest and fragments. by Yifan Hong · 5 years ago
  26. 4c6962d HalManifests can be merged. by Yifan Hong · 5 years ago
  27. 40b7e62 VintfObject::checkCompatibility reads incoming kernel info. by Yifan Hong · 5 years ago
  28. 73bde59 Fetch framework matrix from /product/etc/vintf/compatibility_matrix.xml. by Yifan Hong · 5 years ago
  29. 78f5b57 Add Builder for VintfObject by Yifan Hong · 6 years ago
  30. d038b2b Export definition of ObjectFactory and PropertyFetcher by Yifan Hong · 6 years ago
  31. 12e23c2 VintfObject::checkCompatibility loads XMLs from the device correctly. by Yifan Hong · 6 years ago
  32. af3713e Remove PartitionMounter. by Yifan Hong · 6 years ago
  33. 9f8f656 VintfObject: fix empty lines in log by Yifan Hong · 6 years ago
  34. 30a532c Clarify comment how manifests are combined. by Steven Moreland · 6 years ago
  35. e7837b1 CompatibilityMatrix::combine() combines everything correctly by Yifan Hong · 6 years ago
  36. 072f12d DisabledChecks -> CheckFlags namespace by Yifan Hong · 6 years ago
  37. 878556e VintfObject::checkCompatibility: better error message. by Yifan Hong · 6 years ago
  38. 9f78c18 VintfObject now provides instance methods. by Yifan Hong · 6 years ago
  39. 10d8622 Cleanup global FileFetcher by Yifan Hong · 6 years ago
  40. eedf2d4 Support for fragmented manifests. by Steven Moreland · 6 years ago
  41. a8a8fa9 regex-instance: Fix check deprecate test by Yifan Hong · 6 years ago
  42. 7e9e04d regex-instance: HalInterface: add regex API and hide public fields by Yifan Hong · 6 years ago
  43. 217f47e VintfObject::CheckDeprecation uses instance API by Yifan Hong · 6 years ago
  44. a1b984c Add missing error space in error message. by Steven Moreland · 6 years ago
  45. 2a90ffe Instance is the smallest unit of manifests/matrices. by Yifan Hong · 6 years ago
  46. 69c1b11 checkvintf gets the correct files. by Yifan Hong · 6 years ago
  47. d14640a Add PropertyFetcher. by Yifan Hong · 6 years ago
  48. de6d00e VintfObject.GetFrameworkManifest reads legacy dir by Yifan Hong · 6 years ago
  49. b6c7f49 libvintf: use toFQNameString by Yifan Hong · 6 years ago
  50. 9475706 parse_xml.cpp: Deserilization does not touch lastError() by Yifan Hong · 6 years ago
  51. ca386fe VintfObject::CheckCompatibility: require matrices by Yifan Hong · 6 years ago
  52. f73ba51 Add VintfObject::CheckDeprecation(). by Yifan Hong · 6 years ago
  53. 12a11ac Load ODM manifest from /odm/etc/vintf as well by Yifan Hong · 6 years ago
  54. b64ec9e VintfObject: load /vendor/etc/vintf/cm.xml before /vendor/cm.xml by Yifan Hong · 6 years ago
  55. a5ddddf VintfObject: /system/manifest.xml => /system/etc/vintf/manifest.xml by Yifan Hong · 6 years ago
  56. ccbea05 VintfObject: /vendor/etc/ => /vendor/etc/vintf by Yifan Hong · 6 years ago
  57. 270b565 VintfObject (+test): Refactor to use string constants. by Yifan Hong · 6 years ago
  58. 5a93bf2 VintfObject: load ODM manifest and override vendor manifest by Yifan Hong · 6 years ago
  59. d52bf3e VintfObject::GetFwkMatrix combine matrices at runtime by Yifan Hong · 6 years ago
  60. c9bd73b Load vintf manifests from the correct location. by Steven Moreland · 6 years ago
  61. 6021703 VintfObject::Get*: move logging logic by Yifan Hong · 6 years ago
  62. 7219ba1 VintfObject::Get* respect skipCache for error case. by Yifan Hong · 6 years ago
  63. 39adc14 Support loading /odm/manifest_${ro.product.model}.xml by Bowgo Tsai · 7 years ago
  64. 648a001 Load odm manifest.xml and fallback to vendor. by Steven Moreland · 7 years ago
  65. 29bb2d4 Add tests to RuntimeInfo fetch flags. by Yifan Hong · 7 years ago
  66. 1fb004e Allow RuntimeInfo::fetch to fetch conditionally by Yifan Hong · 7 years ago
  67. db6423e Allow to disable certain checks in VintfObject::CheckCompatibility by Yifan Hong · 7 years ago
  68. fc73edf Fix ownership of objects returned by VintfObject::Get* by Yifan Hong · 7 years ago
  69. e8b8684 Revert "Revert "Revert "Temporary workaround for fwk compat mat vs. Runtime info""" by Yifan Hong · 7 years ago
  70. 3973355 Merge "Revert "Revert "Temporary workaround for fwk compat mat vs. Runtime info""" into oc-dev by Ed Tam · 7 years ago
  71. 6b7ecc0 Revert "Revert "Temporary workaround for fwk compat mat vs. Runtime info"" by Daniel Cashman · 7 years ago
  72. 3efb5ac Merge "Revert "Temporary workaround for fwk compat mat vs. Runtime info"" into oc-dev by Yifan Hong · 7 years ago
  73. 82c6fdd Revert "Temporary workaround for fwk compat mat vs. Runtime info" by Yifan Hong · 7 years ago
  74. 8640cd1 Add more vintf_object_test by Yifan Hong · 7 years ago
  75. c1ac82d Temporary workaround for fwk compat mat vs. Runtime info by Yifan Hong · 7 years ago
  76. 0d4be12 Fix segfault in VintfObject::checkCompatibility. by Yifan Hong · 7 years ago
  77. 97dc0f9 VintfObject::verify() will fetch data from device by Michael Schwartz · 7 years ago
  78. 2272bf8 Add device/fwk compatibility matrix to VintfObject. by Yifan Hong · 7 years ago
  79. 9532bd2 Add VintfObjectRecovery by Yifan Hong · 7 years ago
  80. 143cfe6 Implement VintfObject::CheckCompatibility. by Yifan Hong · 7 years ago
  81. fbbf047 Add VintfObject::CheckCompatibility by Yifan Hong · 7 years ago
  82. 3daec81 Add VintfObject as the top level API. by Yifan Hong · 7 years ago