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 Merged-In: I39e2cf8ae14edf8510276dab38011afaef85822c
This commit is contained in:
@@ -24,11 +24,7 @@ import (
|
||||
|
||||
var prepareForAsanTest = android.FixtureAddFile("asan/Android.bp", []byte(`
|
||||
cc_library_shared {
|
||||
name: "libclang_rt.asan-aarch64-android",
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "libclang_rt.asan-arm-android",
|
||||
name: "libclang_rt.asan",
|
||||
}
|
||||
`))
|
||||
|
||||
|
Reference in New Issue
Block a user