summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-05-03 10:06:45 -0700
committerElliott Hughes <enh@google.com>2018-05-03 10:06:45 -0700
commit03d183aecc3892506ad48b8ea562ea361876b2b4 (patch)
tree5ca69121cad2163a760ffd13e437dbf4c5cce408 /libbacktrace
parentfb8b76fe553ad2730be8e55b1c0df8a0911b1c3f (diff)
downloadsystem_core-03d183aecc3892506ad48b8ea562ea361876b2b4.tar.gz
system_core-03d183aecc3892506ad48b8ea562ea361876b2b4.tar.bz2
system_core-03d183aecc3892506ad48b8ea562ea361876b2b4.zip
Tell the build system about APCT's requirements.
Bug: N/A Test: N/A Change-Id: I8a67e1ce5acc4142387878ba0bb542da0861e700
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp
index 49027f366..f38b7a2ca 100644
--- a/libbacktrace/Android.bp
+++ b/libbacktrace/Android.bp
@@ -190,6 +190,9 @@ cc_test {
"testdata/x86/*",
"testdata/x86_64/*",
],
+ required: [
+ "libbacktrace_test",
+ ],
}
cc_benchmark {