From 4237ecd6ac0fdf8ea1accf3ea3babbf8eae442e2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 13 Jun 2024 12:10:53 +0000 Subject: [PATCH] libc++fs is part of libc++ now. Change-Id: Ia703225b16728c582a2b1222be862ab4ac6fe9e9 --- tests/Android.bp | 1 - updater/Android.bp | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/Android.bp b/tests/Android.bp index f805db2..06dc7ba 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -43,7 +43,6 @@ cc_test_host { "libdivsufsort64", "libdivsufsort", "libfstab", - "libc++fs", ], test_suites: ["general-tests"], diff --git a/updater/Android.bp b/updater/Android.bp index 4ec2860..b65bfbd 100644 --- a/updater/Android.bp +++ b/updater/Android.bp @@ -150,7 +150,6 @@ cc_library_host_static { static_libs: [ "libupdater_core", "libfstab", - "libc++fs", ], target: { @@ -180,7 +179,6 @@ cc_binary_host { "libupdater_core", "libcrypto_static", "libfstab", - "libc++fs", ], target: {