Merge "Merge libsync_recovery rules into libsync."
This commit is contained in:
commit
8fa3adb8a9
1 changed files with 2 additions and 10 deletions
|
|
@ -20,8 +20,9 @@ cc_defaults {
|
||||||
cflags: ["-Werror"],
|
cflags: ["-Werror"],
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_shared {
|
cc_library {
|
||||||
name: "libsync",
|
name: "libsync",
|
||||||
|
recovery_available: true,
|
||||||
defaults: ["libsync_defaults"],
|
defaults: ["libsync_defaults"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -31,15 +32,6 @@ llndk_library {
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
}
|
}
|
||||||
|
|
||||||
// libsync_recovery is only intended for the recovery binary.
|
|
||||||
// Future versions of the kernel WILL require an updated libsync, and will break
|
|
||||||
// anything statically linked against the current libsync.
|
|
||||||
cc_library_static {
|
|
||||||
name: "libsync_recovery",
|
|
||||||
recovery_available: true,
|
|
||||||
defaults: ["libsync_defaults"],
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_test {
|
cc_test {
|
||||||
name: "sync-unit-tests",
|
name: "sync-unit-tests",
|
||||||
shared_libs: ["libsync"],
|
shared_libs: ["libsync"],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue