summaryrefslogtreecommitdiff
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorZach Ghera <zghera@google.com>2021-06-07 22:20:34 +0000
committerZach Ghera <zghera@google.com>2021-06-17 00:51:56 +0000
commite7858f09e88eefe235ad0fbde49207f744996bbb (patch)
treecef126aa07873cdcc608084530095edc7986a03d /libunwindstack/Android.bp
parent62db88b6d55c342c0e7e07b8c780996d9d09fdc8 (diff)
downloadunwinding-e7858f09e88eefe235ad0fbde49207f744996bbb.tar.gz
Move MemoryFake into utils/ directory.
Move MemoryFake.* into utils/ directory. This was done to avoid having to include from tests/ in the utility module OfflineUnwindUtils that will hold shared code between offline tests and benchmarks. This utility module will be fleshed in a future CL. Test: Refactoring CL. Benchmarks and unit tests still run/pass. Change-Id: Ia8370d725f7f5cca6a0dc0b693dac1424fab9f1d
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",