diff options
author | 2024-06-12 13:11:10 +0000 | |
---|---|---|
committer | 2024-06-12 14:41:37 +0000 | |
commit | d3100807cedb0c967ade34f277a345f5f52634c7 (patch) | |
tree | 87504138719c7899aedbd7738d0905861fc109d0 /dexopt_chroot_setup | |
parent | 45cb44a22e488c079c0818629f1234806061e113 (diff) |
libc++fs is part of libc++ now.
Change-Id: I5c3acc39324442fd0f113bb406da1611c816305c
Diffstat (limited to 'dexopt_chroot_setup')
-rw-r--r-- | dexopt_chroot_setup/Android.bp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dexopt_chroot_setup/Android.bp b/dexopt_chroot_setup/Android.bp index 23ba4beede..eb511f99d8 100644 --- a/dexopt_chroot_setup/Android.bp +++ b/dexopt_chroot_setup/Android.bp @@ -50,7 +50,7 @@ art_cc_binary { shared_libs: [ "libart", "libartbase", - "libarttools", // Contains "libc++fs". + "libarttools", "libbase", ], apex_available: [ @@ -76,7 +76,7 @@ art_cc_test { ":art-gtest-jars-Main", ], static_libs: [ - "libarttools", // Contains "libc++fs". + "libarttools", "libbase", "libgmock", "libselinux", @@ -95,7 +95,7 @@ cc_fuzz { "libart", "libartbase", "liblog", - "libarttools", // Contains "libc++fs". + "libarttools", ], fuzz_config: { cc: [ |