Merge "Make libadf, libsync_recovery recovery_available."

This commit is contained in:
Tao Bao 2018-08-07 18:05:45 +00:00 committed by Gerrit Code Review
commit ba22102ce3
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"],
}