commit | c996a8e73ea0148af08d4585e2136ffa950932a4 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Apr 05 14:15:31 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Wed Apr 05 16:15:33 2017 -0700 |
tree | 5365116b9043af4679556a0b4cd7d88efc5e12f3 | |
parent | b15882faab26af76f0bca30c2ce4ef4890eb4502 [diff] [blame] |
Add android::base::ScopeGuard Taken from bionic/libc/private/ScopeGuard.h. Test: New unit tests Change-Id: If83c1990efbf294aee0b5d40a7a9ac326e5e765e
diff --git a/base/Android.bp b/base/Android.bp index 121da42..3af7686 100644 --- a/base/Android.bp +++ b/base/Android.bp
@@ -98,6 +98,7 @@ "parseint_test.cpp", "parsenetaddress_test.cpp", "quick_exit_test.cpp", + "scopeguard_test.cpp", "stringprintf_test.cpp", "strings_test.cpp", "test_main.cpp",