Merge "Make libadf, libsync_recovery recovery_available."
This commit is contained in:
commit
ba22102ce3
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…
Add table
Reference in a new issue