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 {
|
cc_library {
|
||||||
name: "libadf",
|
name: "libadf",
|
||||||
|
recovery_available: true,
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
vndk: {
|
vndk: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@ llndk_library {
|
||||||
// anything statically linked against the current libsync.
|
// anything statically linked against the current libsync.
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libsync_recovery",
|
name: "libsync_recovery",
|
||||||
|
recovery_available: true,
|
||||||
defaults: ["libsync_defaults"],
|
defaults: ["libsync_defaults"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue