From 4c4c1be915cc00cb5835cd187ee9382c52bac28a Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 10 Feb 2022 11:41:18 -0800 Subject: 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 --- rust/testing.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/testing.go') diff --git a/rust/testing.go b/rust/testing.go index 1b34dfe8e..cb98bed65 100644 --- a/rust/testing.go +++ b/rust/testing.go @@ -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: [], -- cgit v1.2.3-59-g8ed1b