summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMitch Phillips <mitchp@google.com>2020-02-14 14:52:48 -0800
committerMitch Phillips <mitchp@google.com>2020-02-14 14:52:48 -0800
commit83de3220375d0d3869a4adf9b55a125f5c032384 (patch)
tree04b38c6e529fe6dfadeddf42a34e5228a81fb216 /Android.bp
parent2301a947e16dfd670fe0d33d48add3a52578a208 (diff)
downloadgwp_asan-83de3220375d0d3869a4adf9b55a125f5c032384.tar.gz
[GWP-ASan] Export crash handler to apexes.
GWP-ASan's crash handler needs to go to debuggerd. Bug: 135634846 Test: mmma external/gwp_asan Change-Id: Iba1e66830c8a93e705e0783b9a555cbce3036d3a
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1a5ad75..aeb1c77 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,6 +108,10 @@ cc_library {
"gwp_asan/platform_specific/utilities_posix.cpp",
"gwp_asan/stack_trace_compressor.cpp",
],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.runtime",
+ ],
}
cc_fuzz {