blob: 489c73848863d5e719334000dd2e6388d1cdb3ca [file] [log] [blame]
Name: Android Explicit Synchronization
URL: http://source.android.com
Description: libsync helper library.
Version: a7c7bce252a6bce1539e9caa84420de3698029e7
Security Critical: yes
License: Apache 2.0
Modifications:
- Added include/linux/sync.h
- Added include/linux/sw_sync.h
- Added strlcpy.c
To import a new snapshot of libsync:
- Clone the core repository and checkout new version:
git clone https://android.googlesource.com/platform/system/core
git -C core checkout a7c7bce252a6bce1539e9caa84420de3698029e7
- Update files:
cp core/libsync/sync.c sync.c
cp core/libsync/sw_sync.h include/sw_sync.h
cp core/libsync/include/sync/sync.h include/sync/sync.h
- Update this README to reflect the new version number.