commit | e7daf5751162830000425c0e7de13a90809f1988 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed Sep 21 12:37:10 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Wed Sep 21 17:22:22 2016 -0700 |
tree | f21497070656cfc371214565b607eae4ea5e7d52 | |
parent | 007036c0c78dacdf00cff08fe79568f1409d61fc [diff] |
adb: kill adb_mutex_t, adb_cond_t. Now that we have support for std::mutex and std::condition_variable on Windows, remove our mutex compatibility layer in favor of the C++ one. Bug: http://b/31653591 Test: mma && $ANDROID_HOST_OUT/nativetest64/adb_test/adb_test && \ python test_adb.py && python test_device.py (also on Windows) Change-Id: I5b7ed9c45cc2a32edcf4e77b56dc28e441f15f34