Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1af843d authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Merge libsync_recovery rules into libsync." am: 8fa3adb8 am: db291b5f am: d631f77c

am: 96fa095c

Change-Id: Icf875392104b6114735bcac4b20863d95ea82e4b
parents f6101585 96fa095c
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -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"],