Merge "Attach global variables to Context" am: a1591ab08c
am: 66c5cac22b
Change-Id: Icaf7aa78580459fd76605ec66b5bbaac13a30c9e
This commit is contained in:
@@ -817,7 +817,7 @@ func sanitizerRuntimeMutator(mctx android.BottomUpMutatorContext) {
|
||||
}
|
||||
|
||||
if mctx.Device() && runtimeLibrary != "" {
|
||||
if inList(runtimeLibrary, llndkLibraries) && !c.static() && c.useVndk() {
|
||||
if inList(runtimeLibrary, *llndkLibraries(mctx.Config())) && !c.static() && c.useVndk() {
|
||||
runtimeLibrary = runtimeLibrary + llndkLibrarySuffix
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user