summaryrefslogtreecommitdiffstats
path: root/libbacktrace
diff options
context:
space:
mode:
authorOrion Hodson <oth@google.com>2018-08-23 17:08:26 +0100
committerOrion Hodson <oth@google.com>2018-08-31 16:15:56 +0100
commit02699e33f8d7b66e17f6755b4c4fa9d3cdf3edec (patch)
treef8145e7a49340ca9aa7511937ba07617852f944e /libbacktrace
parent640ceee567c7f7e3832f9de189580fd3e138e951 (diff)
downloadsystem_core-02699e33f8d7b66e17f6755b4c4fa9d3cdf3edec.tar.gz
system_core-02699e33f8d7b66e17f6755b4c4fa9d3cdf3edec.tar.bz2
system_core-02699e33f8d7b66e17f6755b4c4fa9d3cdf3edec.zip
Remove unused ART build dependencies
Test: m Change-Id: I58e7c6ecb74d565d109012cc23a38083a60f3c52
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp
index a10e6362b..c42ae4980 100644
--- a/libbacktrace/Android.bp
+++ b/libbacktrace/Android.bp
@@ -89,29 +89,20 @@ cc_library {
"libbase",
"liblog",
"libunwindstack",
- "libdexfile",
],
static_libs: [
"libprocinfo",
],
-
- // libdexfile will eventually properly export headers, for now
- // include these directly.
- include_dirs: [
- "art/runtime",
- ],
},
android: {
static_libs: ["libasync_safe"],
},
vendor: {
cflags: ["-DNO_LIBDEXFILE_SUPPORT"],
- exclude_shared_libs: ["libdexfile"],
},
recovery: {
cflags: ["-DNO_LIBDEXFILE_SUPPORT"],
- exclude_shared_libs: ["libdexfile"],
},
},
whole_static_libs: ["libdemangle"],
@@ -154,7 +145,6 @@ cc_test {
shared_libs: [
"libbacktrace_test",
"libbacktrace",
- "libdexfile",
"libbase",
"liblog",
"libunwindstack",
@@ -174,12 +164,6 @@ cc_test {
},
},
- // libdexfile will eventually properly export headers, for now
- // include these directly.
- include_dirs: [
- "art/runtime",
- ],
-
test_suites: ["device-tests"],
data: [
"testdata/arm/*",