Merge "build: Link the unwinder dynamically into platform and vendor binaries."

This commit is contained in:
Peter Collingbourne
2020-01-21 21:28:44 +00:00
committed by Gerrit Code Review
6 changed files with 15 additions and 7 deletions

View File

@@ -136,6 +136,7 @@ func GatherRequiredDepsForTest(os android.OsType) string {
name: "libc",
no_libcrt: true,
nocrt: true,
stl: "none",
system_shared_libs: [],
recovery_available: true,
}
@@ -147,6 +148,7 @@ func GatherRequiredDepsForTest(os android.OsType) string {
name: "libm",
no_libcrt: true,
nocrt: true,
stl: "none",
system_shared_libs: [],
recovery_available: true,
}
@@ -158,6 +160,7 @@ func GatherRequiredDepsForTest(os android.OsType) string {
name: "libdl",
no_libcrt: true,
nocrt: true,
stl: "none",
system_shared_libs: [],
recovery_available: true,
}