Merge "Mark libutils_binder_sdk as snapshot supported" into main am: e028a195d0 am: fd32d478ae

Original change: https://android-review.googlesource.com/c/platform/system/core/+/3079719

Change-Id: I0c33dd7a19c3779d28f326c098719567f1e98f0d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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",