commit | 73bac24e01311960d5da58c51bb4d02956db78b0 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Jul 02 10:25:49 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri Jul 02 11:34:57 2021 +0900 |
tree | 05439616e8997776f4503cb1099e4e8e56335087 | |
parent | c8734051d692abd88d3f14788f5698de1322be68 [diff] |
use "apexservice" to get paths of APEXes "pm path" doesn't understand "APEX name", which is different from "package name". For example, the package name of "com.android.sdkext" APEX can be "com.google.android.sdkext" in non-AOSP branches. Now, virtualizationservice uses "apexservice" to get paths of APEXes. Parsing the result is very fragile. This is a workaround until we can read /apex/apex-info-list.xml. Bug: 192548565 Test: MicrodroidHostTestCases Change-Id: Id63542033fbe30af2bf8d41a7273d4e5245152c5
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.