Make libadf, libsync_recovery recovery_available.

Bug: 110380063
Test: `m dist` with aosp_taimen-userdebug
Change-Id: Ie3543ff89b6b4f0de04eff0f85f8001f4b27d86a
This commit is contained in:
Jerry Zhang 2018-07-17 12:15:57 -07:00 committed by Tao Bao
parent 5d707816ac
commit 9b66330375
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
cc_library {
name: "libadf",
recovery_available: true,
vendor_available: true,
vndk: {
enabled: true,

View file

@ -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"],
}