summaryrefslogtreecommitdiff
path: root/dexdump/Android.bp
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2018-07-18 11:01:20 -0700
committer David Sehr <sehr@google.com> 2018-12-18 21:27:49 -0800
commit10db8feb19c0d9e0383142b3d1a3c793de1c9453 (patch)
tree8b59078f2742c60f369b2f20a198aad2fad54566 /dexdump/Android.bp
parent5c030d3c25b958b8d3157d4cc7d807fa89786fec (diff)
Support Windows builds for libartbase/libdexfile
Enable building key libraries for windows tools in the SDK. Bug: 22322814 Test: run dexdumps on a large APK under wine on Linux Change-Id: Ib7180f8385300244bf914e9ae1f993e869f71109
Diffstat (limited to 'dexdump/Android.bp')
-rw-r--r--dexdump/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index d15bbda4f4..434cb3553f 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -49,6 +49,9 @@ art_cc_binary {
darwin: {
enabled: false,
},
+ windows: {
+ enabled: true,
+ },
},
}