OLD | NEW |
(Empty) | |
| 1 Name: Android Explicit Synchronization |
| 2 URL: http://source.android.com |
| 3 Description: libsync helper library. |
| 4 Version: a7c7bce252a6bce1539e9caa84420de3698029e7 |
| 5 Security Critical: yes |
| 6 License: Apache 2.0 |
| 7 |
| 8 Modifications: |
| 9 - Added include/linux/sync.h |
| 10 - Added include/linux/sw_sync.h |
| 11 - Added strlcpy.c |
| 12 |
| 13 To import a new snapshot of libsync: |
| 14 - Clone the core repository and checkout new version: |
| 15 git clone https://android.googlesource.com/platform/system/core |
| 16 git -C core checkout a7c7bce252a6bce1539e9caa84420de3698029e7 |
| 17 - Update files: |
| 18 cp core/libsync/sync.c sync.c |
| 19 cp core/libsync/sw_sync.h include/sw_sync.h |
| 20 cp core/libsync/include/sync/sync.h include/sync/sync.h |
| 21 - Update this README to reflect the new version number. |
OLD | NEW |