From f1995f429c20fc195795b183b306a73aa95888d4 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Thu, 16 Feb 2023 07:41:51 +0000 Subject: [PATCH] Revert "Migrate to the new clang lib dir" This reverts commit b9e03c4faeaefc2e0f603836850c22394bd65d0e. This is properly fixed by https://r.android.com/2439693. Change-Id: I3950cb4f6c45bad56b1cd4b143e28067a462f783 --- build/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Android.bp b/build/Android.bp index 8dd1b3f49..53c958b20 100644 --- a/build/Android.bp +++ b/build/Android.bp @@ -41,7 +41,7 @@ android_sdk_repo_host { strip_files: [ "lib64/*.so", "lld-bin/lld", - "lib/x86_64-unknown-linux-gnu/libc++.so.1", + "lib64/libc++.so.1", ], }, darwin: {