From 8a5f846f83556370f8c69b8573ebd7ceb01653f7 Mon Sep 17 00:00:00 2001 From: Niranjan Pendharkar Date: Fri, 8 Feb 2013 14:09:13 -0800 Subject: brctl: Add Android makefiles to build on Android This patch adds makefiles to build this open source tool on Android. This patch also addresses some compatibilty issues between GNU C and bionic C implementation. Change-Id: Ic35ab4f98d5f252d53e92c6cde43f0673cef9d4a --- Android.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 Android.mk (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..5053e7d --- /dev/null +++ b/Android.mk @@ -0,0 +1 @@ +include $(call all-subdir-makefiles) -- cgit v1.2.3