summaryrefslogtreecommitdiff
path: root/libunwindstack/Android.bp
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-11-12 14:56:12 +0000
committerNicolas Geoffray <ngeoffray@google.com>2020-11-12 16:17:41 +0000
commit13c24a6fed1ab02ee60f5cde8904e7e260583221 (patch)
treecfd2c74fce214007af40c405b582ea3718b16362 /libunwindstack/Android.bp
parent6b18be4e4fd1d86d629d7f355e4445d6dab7c2ac (diff)
downloadunwinding-13c24a6fed1ab02ee60f5cde8904e7e260583221.tar.gz
Move the async_safe dependency to bionic.
Test: ./art/test/testrunner/run_build_test_target.py -j80 art-linux-bionic-x64-zipapex Change-Id: I9b3be2433dce4af3ebb912b34816a57b16882fd7
Diffstat (limited to 'libunwindstack/Android.bp')
-rw-r--r--libunwindstack/Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 1e544a3..35dcaba 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -85,7 +85,7 @@ cc_defaults {
"-g",
],
},
- android: {
+ bionic: {
header_libs: ["bionic_libc_platform_headers"],
product_variables: {
experimental_mte: {
@@ -94,14 +94,6 @@ cc_defaults {
},
static_libs: ["libasync_safe"],
},
- linux_bionic: {
- header_libs: ["bionic_libc_platform_headers"],
- product_variables: {
- experimental_mte: {
- cflags: ["-DANDROID_EXPERIMENTAL_MTE"],
- },
- },
- },
},
arch: {