summaryrefslogtreecommitdiff
path: root/libs/libapexutil/apexutil.cpp
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 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