Merge "Add a Reader-Writer Lock"

This commit is contained in:
John Bruce
2019-02-01 19:32:43 +00:00
committed by Android (Google) Code Review
7 changed files with 425 additions and 0 deletions

View File

@@ -107,6 +107,10 @@ test_src_dir := .
test_main := ../core/test/test_main.cpp
include $(LOCAL_PATH)/integration-test.mk
test_name := rw_lock_test
test_src_dir := ../core/test
include $(LOCAL_PATH)/integration-test.mk
test_name := service_certificate_unittest
test_src_dir := ../core/test
include $(LOCAL_PATH)/unit-test.mk