diff options
author | 2024-06-11 15:25:15 +0000 | |
---|---|---|
committer | 2024-06-11 15:25:15 +0000 | |
commit | afb4c22fbea9cc22a60469c8956d418cf48ee237 (patch) | |
tree | 9d1b1c8179729748e62803e956e668a12c535a36 | |
parent | 07478c0954856fa9783ab48823b2369d557755ed (diff) |
libc++fs is part of libc++ now.
Change-Id: I1f98b54c3d8f9b5b7c698ccd997323f5bbe90f22
-rw-r--r-- | cmds/idmap2/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index 6e51f009f76c..58763a7f9aca 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -313,7 +313,6 @@ cc_binary { "libziparchive", ], static_libs: [ - "libc++fs", "libidmap2_policies", "libidmap2_protos", "libidmap2daidl", |