summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-08 00:26:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-08 00:26:38 +0000
commit8fa3adb8a9792c5fc985defeeaa8093bdd3622cc (patch)
treed7b03f5fab2b5fbb7b1423fe5d64bd3bac3d4a30
parent7d4e7d3156997da003b3e60e5b9fe024ae244940 (diff)
parentf32d3df46fa27fd59982bcbe314a4ed2ae7ddd14 (diff)
Merge "Merge libsync_recovery rules into libsync."
-rw-r--r--libsync/Android.bp12
1 files changed, 2 insertions, 10 deletions
diff --git a/libsync/Android.bp b/libsync/Android.bp
index dbee5964d..e56f8ba87 100644
--- a/libsync/Android.bp
+++ b/libsync/Android.bp
@@ -20,8 +20,9 @@ cc_defaults {
cflags: ["-Werror"],
}
-cc_library_shared {
+cc_library {
name: "libsync",
+ recovery_available: true,
defaults: ["libsync_defaults"],
}
@@ -31,15 +32,6 @@ llndk_library {
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 {
name: "sync-unit-tests",
shared_libs: ["libsync"],