aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/Android.mk
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2013-08-14 13:55:22 -0700
committerKoushik Dutta <koushd@gmail.com>2013-08-14 13:55:22 -0700
commit61f67d4dd3f81560417c7b8d1bd5b2611eb7a001 (patch)
tree33d118fcf0a6a4182987d3e0714f435ad06c1b05 /heimdall/source/Android.mk
parentc5464757ad147f42089e6728eabb3906181be5fe (diff)
downloadexternal_heimdall-61f67d4dd3f81560417c7b8d1bd5b2611eb7a001.zip
external_heimdall-61f67d4dd3f81560417c7b8d1bd5b2611eb7a001.tar.gz
external_heimdall-61f67d4dd3f81560417c7b8d1bd5b2611eb7a001.tar.bz2
fixes for building windows
Change-Id: Ib309a701d984c257d0dd80fa58bf1aa238a4431f
Diffstat (limited to 'heimdall/source/Android.mk')
-rw-r--r--heimdall/source/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/heimdall/source/Android.mk b/heimdall/source/Android.mk
index d1bd0f7..0851416 100644
--- a/heimdall/source/Android.mk
+++ b/heimdall/source/Android.mk
@@ -34,3 +34,5 @@ endif
LOCAL_MODULE := heimdall
include $(BUILD_HOST_EXECUTABLE)
+
+$(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))