summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-09-03 07:57:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-09-03 07:57:22 +0000
commit616cb30c1dc5485248e94d6fa8cfb3f497f8e1dc (patch)
tree25c555f6b47139183240d0b29301abeb72bfe51a
parentda27ec1c589498e7a2a509a4535c2a75bf7601e8 (diff)
parentcd4f7fbe77cb929c1d8755d9f87b310a013ad7e3 (diff)
downloadunwinding-616cb30c1dc5485248e94d6fa8cfb3f497f8e1dc.tar.gz
Merge "Remove unused ART build dependencies"
-rw-r--r--libbacktrace/Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp
index a10e636..c42ae49 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/*",