Restore the test for bionic being in an APEX. am: 49a25cbc7c
am: 34acae298d
Change-Id: Iea6a09d95f04bcc4715cb35907e3d00aa7f81e88
This commit is contained in:
@@ -957,7 +957,7 @@ func (library *libraryDecorator) install(ctx ModuleContext, file android.Path) {
|
||||
library.baseInstaller.subDir += "-" + vndkVersion
|
||||
}
|
||||
}
|
||||
} else if len(library.Properties.Stubs.Versions) > 0 {
|
||||
} else if len(library.Properties.Stubs.Versions) > 0 && android.DirectlyInAnyApex(ctx, ctx.ModuleName()) {
|
||||
// Bionic libraries (e.g. libc.so) is installed to the bootstrap subdirectory.
|
||||
// The original path becomes a symlink to the corresponding file in the
|
||||
// runtime APEX.
|
||||
|
Reference in New Issue
Block a user