From 390c129785a55fa57cd4165fd402dd4b8bc5c8c6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 13 Jun 2024 11:46:30 +0000 Subject: libc++fs is part of libc++ now. Change-Id: I58bb117f04823c573810910e6e8298982795f61d --- libs/binder/Android.bp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index cb1d1143bc..7d1535065c 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -889,7 +889,4 @@ cc_binary { "libutils", "android.debug_aidl-cpp", ], - static_libs: [ - "libc++fs", - ], } -- cgit v1.2.3-59-g8ed1b