summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-01-20 10:16:30 -0800
committerSan Mehat <san@google.com>2010-01-20 10:55:17 -0800
commit5658bcb797978c3472335d93554405aba8236f66 (patch)
treef017516d2d1e008fe912b15bbe8eee58ffcc4214 /Android.mk
parentffd68729961f7383f2e35494a03ccdef20f86c98 (diff)
downloadandroid_external_dnsmasq-5658bcb797978c3472335d93554405aba8236f66.tar.gz
android_external_dnsmasq-5658bcb797978c3472335d93554405aba8236f66.tar.bz2
android_external_dnsmasq-5658bcb797978c3472335d93554405aba8236f66.zip
dnsmasq: Tweak for building on Android
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..ba187a6
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,3 @@
+ifneq ($(TARGET_SIMULATOR),true)
+include $(call all-subdir-makefiles)
+endif