diff options
author | 2024-06-20 21:00:26 +0000 | |
---|---|---|
committer | 2024-06-20 21:00:26 +0000 | |
commit | 355cc6e87aa7886744f9cd6d1bc80cba5e5e78b6 (patch) | |
tree | 1c1af8dc99e062f995a3f62acea38b78accfa625 | |
parent | 3dd03323aa8825a0c7bf4dcc1ed6d6c3b88a3d7f (diff) | |
parent | 5206ec3f08a871f89f11b0e45a451182de1cd270 (diff) |
Merge "libc++fs is part of libc++ now." into main am: 5206ec3f08
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3128500
Change-Id: Ifc407c51fa0837be1fe55311bf58f5d1e1a7c76b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | cmds/dumpstate/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/dumpstate/Android.bp b/cmds/dumpstate/Android.bp index a1c10f59ad..b22cc2a508 100644 --- a/cmds/dumpstate/Android.bp +++ b/cmds/dumpstate/Android.bp @@ -159,7 +159,6 @@ cc_test { "tests/dumpstate_test.cpp", ], static_libs: [ - "libc++fs", "libgmock", ], test_config: "dumpstate_test.xml", |