Merge "Remove ld.config.txt from bionic APEX" am: 9ed719e167
Change-Id: I0dc4f91f1ef102faca6dec8beb528836108e550d
This commit is contained in:
commit
f8f384c697
2 changed files with 0 additions and 16 deletions
|
@ -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",
|
||||
}
|
||||
|
|
|
@ -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]
|
Loading…
Reference in a new issue