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. |