commit | a5b7af5b4bab17f7e0e76a41705e38a4b39b0143 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Jul 06 15:06:20 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Thu Jul 07 17:57:22 2022 +0000 |
tree | 3ac33dccf20c293517b57aa6e71a0a16d9062f2f | |
parent | 7b535d96b5a05adc6e853199d86c8ee844fd63fa [diff] [blame] |
Split out common part of linker script. Bug: 223166344 Test: atest vmbase_example.integration_test Change-Id: Idaf10e631ba33fcc7026c4e2f603778186215667
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp index c90f262..4fcde74 100644 --- a/pvmfw/Android.bp +++ b/pvmfw/Android.bp
@@ -38,7 +38,10 @@ nocrt: true, system_shared_libs: ["libc"], stl: "none", - linker_scripts: ["image.ld"], + linker_scripts: [ + "image.ld", + ":vmbase_sections", + ], installable: false, enabled: false, target: {