commit | 7badb51d228c760bb9203f34f2e577c93e9078d2 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed May 08 16:21:18 2024 -0700 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Tue May 28 09:49:49 2024 -0700 |
tree | 49b79d36fe69ecc49b5e4db082ac1a8372be3b49 | |
parent | cc6eaae72517c3d3e555fe313983fae3675908ed [diff] |
Mark libutils_binder_sdk as snapshot supported Bug: 302718225 Test: https://r.android.com/2803466 Change-Id: I3a26e1c4c63e0ed6de896ef31eb56f3a3a6bba01
diff --git a/libutils/binder/Android.bp b/libutils/binder/Android.bp index 60b0cb6..54b98af 100644 --- a/libutils/binder/Android.bp +++ b/libutils/binder/Android.bp
@@ -41,11 +41,13 @@ cc_library { name: "libutils_binder", defaults: ["libutils_binder_impl_defaults"], + cmake_snapshot_supported: false, } cc_library_shared { name: "libutils_binder_sdk", defaults: ["libutils_binder_impl_defaults_nodeps"], + cmake_snapshot_supported: true, header_libs: [ "liblog_stub",