Mark libutils_binder_sdk as snapshot supported
Bug: 302718225 Test: https://r.android.com/2803466 Change-Id: I3a26e1c4c63e0ed6de896ef31eb56f3a3a6bba01
This commit is contained in:
parent
cc6eaae725
commit
7badb51d22
1 changed files with 2 additions and 0 deletions
|
|
@ -41,11 +41,13 @@ cc_defaults {
|
|||
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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue