diff options
author | Christopher Ferris <cferris@google.com> | 2017-04-04 14:06:58 -0700 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2017-04-04 14:41:34 -0700 |
commit | e7ba4cc222597aef308cae6e94abfe00b7d2e5d8 (patch) | |
tree | bbfb96b9ae03feb13c84d27af3286a180ccd3b2b /libunwindstack/Android.bp | |
parent | 3f220aaa63b99a0c22ffc18f33792a3704bd9e51 (diff) | |
download | core-e7ba4cc222597aef308cae6e94abfe00b7d2e5d8.tar.gz core-e7ba4cc222597aef308cae6e94abfe00b7d2e5d8.tar.bz2 core-e7ba4cc222597aef308cae6e94abfe00b7d2e5d8.zip |
Add Symbols parsing.
Bug: 23762183
Test: New unit tests pass.
Change-Id: Ib67fee879120b5e82889076a0f7221dc429ac140
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r-- | libunwindstack/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index 17ede5163..ee646de41 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp @@ -55,6 +55,7 @@ cc_defaults { "Log.cpp", "Regs.cpp", "Memory.cpp", + "Symbols.cpp", ], shared_libs: [ @@ -102,6 +103,7 @@ cc_defaults { "tests/MemoryRangeTest.cpp", "tests/MemoryRemoteTest.cpp", "tests/RegsTest.cpp", + "tests/SymbolsTest.cpp", ], cflags: [ |