aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2020-11-30 14:56:52 +0900
committerKiyoung Kim <kiyoungkim@google.com>2020-12-01 14:59:05 +0900
commitd1d534464ddc346a04b825889259e934ccbef0eb (patch)
tree084ba53b7399143a577983777d12de75d4d4a52d
parent1e32ae2da25876a64f6f69a802c7fa2c290fcc00 (diff)
downloadbionic-d1d534464ddc346a04b825889259e934ccbef0eb.tar.gz
Move linkerconfig to Runtime APEX
Move linkerconfig to Runtime APEX for better updatability. linkerconfig shared ld.config.txt format with linker, so it is better that linker and linkerconfig to be updated together. This change moves linkerconfig into Runtime APEX. Bug: 165769179 Test: Cuttlefish boot succeeded Change-Id: I81e2a547804ab9f796c00af382ae43e35c8459ef
-rw-r--r--apex/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index 5bf078ab9..c97eb15d3 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -26,6 +26,9 @@ apex {
"libc_malloc_debug",
"libc_malloc_hooks",
],
+ binaries: [
+ "linkerconfig",
+ ],
multilib: {
both: {
binaries: [