Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Side by Side Diff: third_party/libsync/README.chromium

Issue 1754293002: third_party: Add the libsync library from Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use strlcpy from aosp Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libsync/OWNERS ('k') | third_party/libsync/include/linux/sw_sync.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
OLDNEW
« no previous file with comments | « third_party/libsync/OWNERS ('k') | third_party/libsync/include/linux/sw_sync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698