commit | a6108317413916f745a4ed9aca3acb7624595051 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Feb 22 18:53:18 2022 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Feb 22 19:18:16 2022 +0900 |
tree | d0c25c62d655be1a52cf298ee3e22f9907943217 | |
parent | 6315c84302a7ad81bea1b85dacaf67bb6a8eae19 [diff] |
Refactor: pull up getPathForPackage() This also fixes a runtime dependency problem by changing the module type from java_test_helper_library to plain java_library_host. Previously, I had a problem that after adding a method to the base class calling it resulted in NoMethodFoundException at runtime (when running atest). Bug: n/a Test: atest MicrodroidHostTestCases Change-Id: I8430bc6f2adf43a62bc7b91fd0a3fb26d5c65807
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.