summaryrefslogtreecommitdiff
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index f75578c..22dac72 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -206,6 +206,7 @@ cc_library {
],
srcs: [
"utils/OfflineUnwindUtils.cpp",
+ "utils/MemoryFake.cpp",
],
}
@@ -266,7 +267,6 @@ cc_defaults {
"tests/MapsTest.cpp",
"tests/MemoryBufferTest.cpp",
"tests/MemoryCacheTest.cpp",
- "tests/MemoryFake.cpp",
"tests/MemoryFileTest.cpp",
"tests/MemoryLocalTest.cpp",
"tests/MemoryOfflineBufferTest.cpp",
@@ -390,7 +390,6 @@ cc_fuzz {
name: "libunwindstack_fuzz_unwinder",
defaults: ["libunwindstack_fuzz_defaults"],
srcs: [
- "tests/MemoryFake.cpp",
"tests/ElfFake.cpp",
"tests/fuzz/UnwinderComponentCreator.cpp",
"tests/fuzz/UnwinderFuzz.cpp",