| commit | 09f0cc608e964732a05e15471d5c4daacf31249d | [log] [tgz] |
|---|---|---|
| author | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Aug 22 17:40:55 2023 +0000 |
| committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Sep 01 19:04:20 2023 +0000 |
| tree | 71217f10aea8dcefb3c64d5a35ae201db34201e8 | |
| parent | efce371535f2c3cc3edf16370ec8b2a643771e47 [diff] [blame] |
Migrate from android::String path functions to std::filesystem Bug: 295394788 Test: m checkbuild Change-Id: I7efdc32872d00c066b9a874d774e5ecdc5e53722
diff --git a/cmds/cmd/Android.bp b/cmds/cmd/Android.bp index c3d2601..27ef788 100644 --- a/cmds/cmd/Android.bp +++ b/cmds/cmd/Android.bp
@@ -27,6 +27,9 @@ "libselinux", "libbinder", ], + whole_static_libs: [ + "libc++fs", + ], cflags: [ "-Wall",