| commit | 2241a73f0c77bb40bd7380107bf203c40f8f6cc4 | [log] [tgz] |
|---|---|---|
| author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Jun 11 20:30:42 2024 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 11 20:30:42 2024 +0000 |
| tree | 3465e476c644882824cf501c7d9a1dfba13701b4 | |
| parent | 7aa7f77d53616dbd0d3fdb0f6a3a2b613efc7a3e [diff] | |
| parent | 3e559628013736e0117c8c5c514fb4a02fbd1740 [diff] |
Merge "libc++fs is part of libc++ now." into main
diff --git a/ondevice-signing/Android.bp b/ondevice-signing/Android.bp index 6901b17..130babc 100644 --- a/ondevice-signing/Android.bp +++ b/ondevice-signing/Android.bp
@@ -85,10 +85,6 @@ "VerityUtils.cpp", ], - static_libs: [ - "libc++fs", - ], - shared_libs: [ "libbase", "libcrypto", @@ -128,7 +124,6 @@ header_libs: ["odrefresh_headers"], static_libs: [ - "libc++fs", "libsigningutils", "lib_odsign_proto", ],