summaryrefslogtreecommitdiffstats
path: root/dexdump/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'dexdump/Android.bp')
-rw-r--r--dexdump/Android.bp21
1 files changed, 21 insertions, 0 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index 705043bbeb..6fc64b0074 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -29,6 +29,27 @@ art_cc_binary {
],
}
+art_cc_binary {
+ name: "dexdumps",
+ host_supported: true,
+ device_supported: false,
+ srcs: [
+ "dexdump_cfg.cc",
+ "dexdump_main.cc",
+ "dexdump.cc",
+ ],
+ cflags: ["-Wall"],
+ static_libs: [
+ "libart",
+ "libbase",
+ ] + art_static_dependencies,
+ target: {
+ darwin: {
+ enabled: false,
+ },
+ },
+}
+
art_cc_test {
name: "art_dexdump_tests",
defaults: [