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

@@ -96,6 +96,7 @@ CORE_SRC_DIR := cdm/core/src
LOCAL_SRC_FILES := \
$(CORE_SRC_DIR)/properties.cpp \
$(UTIL_SRC_DIR)/platform.cpp \
$(UTIL_SRC_DIR)/rw_lock.cpp \
$(UTIL_SRC_DIR)/string_conversions.cpp \
$(UTIL_SRC_DIR)/clock.cpp \
$(UTIL_SRC_DIR)/file_store.cpp \