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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libsync/README.chromium
diff --git a/third_party/libsync/README.chromium b/third_party/libsync/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..489c73848863d5e719334000dd2e6388d1cdb3ca
--- /dev/null
+++ b/third_party/libsync/README.chromium
@@ -0,0 +1,21 @@
+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.
« 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