commit | d41d2ebba13173bd3c65493aba137953d428d69f | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Apr 26 12:59:55 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 26 12:59:55 2022 +0000 |
tree | 563b08636454d1c19ea6950585a21fa647e055bf | |
parent | 33b12ca8f703f9a26978c08c0cc49d9f83ecf042 [diff] | |
parent | dfe16d6fa166d611df4f3435f951e1dfd5398f1f [diff] |
Merge "Set task profile when running compilation VM"
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp index 3f6cca4..5dbd4ec 100644 --- a/pvmfw/Android.bp +++ b/pvmfw/Android.bp
@@ -35,9 +35,9 @@ "libpvmfw", ], static_executable: true, - no_libcrt: true, nocrt: true, - system_shared_libs: [], + system_shared_libs: ["libc"], + stl: "none", ldflags: [ "-Tpackages/modules/Virtualization/pvmfw/image.ld", ],