Don't hardwire the config APK path

The build system now picks a directory name, so we don't know it in
advance. We can't ask Package Manager where it is (it might not be
running), so we just search for the right one.

Bug: 227494295
Test: composd_cmd test-compile
Change-Id: I09b39432aad720f3913e9649cc43e46d16bbe773
1 file changed
tree: 43a23adb84e6c1d16d3a8620a3f58afaf1da38f8
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. zipfuse/
  18. .clang-format
  19. .gitignore
  20. Android.bp
  21. OWNERS
  22. PREUPLOAD.cfg
  23. README.md
  24. TEST_MAPPING
README.md

Virtualization

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.