commit | 11526e2fc607624dbb8bd4acf2ffdd3a187e9c02 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Oct 14 22:44:47 2021 +0000 |
committer | Christopher Ferris <cferris@google.com> | Wed Oct 20 21:53:07 2021 +0000 |
tree | d2ea11e8eec68b7f022ec5d8482072fa3860a374 | |
parent | a3c6e7030c128fbcb060ddbd6e89cf5ad2b95d05 [diff] [blame] |
Add execinfo functionality. Bug: 27877410 Test: Add new unit tests. Change-Id: Id5d7eb27a23f50e99a04f5ee1ab64047ba269bab
diff --git a/libc/Android.bp b/libc/Android.bp index 2a8df9a..ee8c280 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -1054,6 +1054,7 @@ "bionic/error.cpp", "bionic/eventfd.cpp", "bionic/exec.cpp", + "bionic/execinfo.cpp", "bionic/faccessat.cpp", "bionic/fchmod.cpp", "bionic/fchmodat.cpp",