diff options
author | 2024-06-20 20:44:38 +0000 | |
---|---|---|
committer | 2024-06-20 20:44:38 +0000 | |
commit | 5206ec3f08a871f89f11b0e45a451182de1cd270 (patch) | |
tree | 9be2530f310c37d82d53b3da23ab18c3539fa05f | |
parent | 9f0a7d383bfa8fae53d9e362179b38d8be3f8d13 (diff) | |
parent | e35071d1328a9803712019a16d2d0fd06411464a (diff) |
Merge "libc++fs is part of libc++ now." into main
-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", |