naiveproxy/src/third_party/ashmem
2021-05-21 01:37:03 +08:00
..
patches Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00
ashmem-dev.c Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00
ashmem.h Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00
BUILD.gn Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00
DIR_METADATA Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00
LICENSE Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00
OWNERS Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00
README.chromium Import chromium-90.0.4430.85 2021-05-21 01:37:03 +08:00

Name: Android
URL: http://source.android.com
Description: Android shared memory implementation. Only applies to OS_ANDROID.
Version: 7203eb2a8a29a7b721a48cd291700f38f3da1456
Security Critical: yes
License: Apache 2.0
Patches:
  0001-Add-ashmem-get-prot-region.path:
     Add ashmem_get_prot_region() declaration and implementation to return
     the current protection mask of a given Ashmem region.
  0002-Use-AShareMemory-functions-when-possible.patch:
     Use ASharedMemory_xxx() functions from libandroid.so when possible
     in order to prepare for future devices without ashmem support.
  0003-Pthread-once-for-funcs-init.patch:
     Fix the data race that was introduced in the previous patch by using
     pthread_once() for function pointers initialization.