commit | f71e6eece2e09e332aea4d0cc97c2b80ae4212f2 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Apr 22 14:04:27 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Thu May 05 15:51:46 2022 +0000 |
tree | 66396bd23b6a229d8d1c445ad0f8756cafaae3dd | |
parent | e025b029d35de5a624a466ff9f8dc5209a7b3f1c [diff] [blame] |
Move entry point and exception vector to library. Bug: 223166344 Test: Ran unprotected VM under crosvm. Change-Id: Id0189800ff9fc896989c838e3b30d88494e99cd5
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp index 3b5df7f..c855b34 100644 --- a/pvmfw/Android.bp +++ b/pvmfw/Android.bp
@@ -27,12 +27,11 @@ cc_binary { name: "pvmfw", srcs: [ - "entry.S", - "exceptions.S", "idmap.S", ], static_libs: [ "libpvmfw", + "libvmbase_entry", ], static_executable: true, nocrt: true,