commit | ca773027adcd606dc90f47d5cb62ecd4e3ad873e | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Apr 09 17:09:52 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Tue Apr 09 17:09:52 2024 +0900 |
tree | c7ce22321df2eddb454ce00aaedf35513561e150 | |
parent | cd31a066db22cd69a92d50228579f390eaf23c7c [diff] |
Embed VmLauncherApp into com.android.virt Bug: 333495394 Test: build and then check if VmlauncherApp is included in virt apex Change-Id: Iffa70df09c566182c33638748d29679307d71e9b
diff --git a/virtualizationservice/aidl/Android.bp b/virtualizationservice/aidl/Android.bp index c479691..fb89772 100644 --- a/virtualizationservice/aidl/Android.bp +++ b/virtualizationservice/aidl/Android.bp
@@ -48,7 +48,7 @@ java: { sdk_version: "module_current", apex_available: [ - "//apex_available:platform", + "com.android.virt", ], }, rust: {