diff options
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r-- | libunwindstack/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp index dabeac1b9..17ede5163 100644 --- a/libunwindstack/Android.bp +++ b/libunwindstack/Android.bp @@ -48,6 +48,7 @@ cc_defaults { srcs: [ "ArmExidx.cpp", "DwarfMemory.cpp", + "DwarfOp.cpp", "Elf.cpp", "ElfInterface.cpp", "ElfInterfaceArm.cpp", @@ -89,6 +90,8 @@ cc_defaults { "tests/ArmExidxDecodeTest.cpp", "tests/ArmExidxExtractTest.cpp", "tests/DwarfMemoryTest.cpp", + "tests/DwarfOpLogTest.cpp", + "tests/DwarfOpTest.cpp", "tests/ElfInterfaceArmTest.cpp", "tests/ElfInterfaceTest.cpp", "tests/ElfTest.cpp", |