summaryrefslogtreecommitdiff
path: root/libs/libapexutil
AgeCommit message (Collapse)Author
2020-02-09Convert system/apex to Result::ok()Bernie Innocenti
No functionality changes, this is a mechanical cleanup. Test: cd system/apexd && m Change-Id: I479084b9d1101b86c2e8d7ed631feba3edcedd8e
2020-01-07Add TEST_MAPPING for libapexutilJooyung Han
To make libapexutil_tests run as presubmit. Bug: N/A Test: atest --test-mapping system/apex/libs/libapexutil Change-Id: I4cee02c95d723dbbffb40ba31213eca96f0ab9d3
2020-01-07Add libapexutil static libraryJooyung Han
This provides a helper function to get active APEX packages by scanning /apex directory. Even though this feature is already provided by ApexService::getActivePackages(), but some processes (e.g. linkerconfig) which can't rely on IPC may use this library. Bug: 144659031 Test: atest --host libapexutil_tests Change-Id: I92c69637e0599c1db05a323aaabb4c30ca135f8f