Make libadf, libsync_recovery recovery_available.
Bug: 110380063 Test: `m dist` with aosp_taimen-userdebug Change-Id: Ie3543ff89b6b4f0de04eff0f85f8001f4b27d86a
This commit is contained in:
parent
5d707816ac
commit
9b66330375
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
cc_library {
|
||||
name: "libadf",
|
||||
recovery_available: true,
|
||||
vendor_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
|
|
|
@ -36,6 +36,7 @@ llndk_library {
|
|||
// anything statically linked against the current libsync.
|
||||
cc_library_static {
|
||||
name: "libsync_recovery",
|
||||
recovery_available: true,
|
||||
defaults: ["libsync_defaults"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue