Merge "Remove ld.config.txt from bionic APEX"

This commit is contained in:
Kiyoung Kim 2020-02-20 23:47:11 +00:00 committed by Gerrit Code Review
commit 9ed719e167
2 changed files with 0 additions and 16 deletions

View file

@ -14,13 +14,6 @@ apex_key {
private_key: "com.android.runtime.pem",
}
prebuilt_etc {
name: "com.android.runtime.ld.config.txt",
src: "ld.config.txt",
filename: "ld.config.txt",
installable: false,
}
apex {
name: "com.android.runtime",
compile_multilib: "both",
@ -38,7 +31,6 @@ apex {
binaries: ["linker"],
},
},
prebuilts: ["com.android.runtime.ld.config.txt"],
key: "com.android.runtime.key",
certificate: ":com.android.runtime.certificate",
}

View file

@ -1,8 +0,0 @@
# Copyright (C) 2019 The Android Open Source Project
#
# Bionic loader config file for the Runtime APEX. This is a minimal config to
# make the linker able to load itself as an executable (it just needs to exist).
dir.runtime = /apex/com.android.runtime/bin/
[runtime]