commit | e8052e4d6d6492f2c20a8d9fc83d2c460bcb5ebc | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jul 13 13:06:08 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Jul 13 21:48:51 2018 +0000 |
tree | a5afa26342aa4eb356c4da7cb83f3621b27f631c | |
parent | 032255d4c6cabe67a1f25f650f38c6e39d747d0c [diff] |
Adopt the libcutils mutex before it's removed. Everyone else can use pthread_mutex_t or (even better) std::mutex now, but this code still needs to compile with pre-C++11. Bug: N/A Test: build `sdk_phone_x86-userdebug` and run emulator Change-Id: I57026e8780d3b043908b68387e7af667aa7c8c19