| srcs: ["include/ndk/sync.h"], |
| symbol_file: "libsync.map.txt", |
| name: "libsync_defaults", |
| local_include_dirs: ["include"], |
| export_include_dirs: ["include"], |
| defaults: ["libsync_defaults"], |
| // 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. |
| name: "libsync_recovery", |
| defaults: ["libsync_defaults"], |
| defaults: ["libsync_defaults"], |
| shared_libs: ["libsync"], |
| srcs: ["tests/sync_test.cpp"], |
| "-Wno-missing-field-initializers", |