Use single module for clang runtime libraries
The clang prebuilts now provide a single module with per-architecture
variants instead of a module per architecture.
Bug: 220019988
Test: m checkbuild
Change-Id: I39e2cf8ae14edf8510276dab38011afaef85822c
(cherry picked from commit 386ee59a23
)
Merged-In:I39e2cf8ae14edf8510276dab38011afaef85822c
This commit is contained in:
committed by
Cherrypicker Worker
parent
1a62a36c8b
commit
fc0df95df5
@@ -88,13 +88,13 @@ func GatherRequiredDepsForTest() string {
|
||||
export_include_dirs: ["libprotobuf-cpp-full-includes"],
|
||||
}
|
||||
cc_library {
|
||||
name: "libclang_rt.asan-aarch64-android",
|
||||
name: "libclang_rt.asan",
|
||||
no_libcrt: true,
|
||||
nocrt: true,
|
||||
system_shared_libs: [],
|
||||
}
|
||||
cc_library {
|
||||
name: "libclang_rt.hwasan_static-aarch64-android",
|
||||
name: "libclang_rt.hwasan_static",
|
||||
no_libcrt: true,
|
||||
nocrt: true,
|
||||
system_shared_libs: [],
|
||||
|
Reference in New Issue
Block a user