aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-04-04 10:23:25 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-04-04 10:23:25 -0700
commitcaf09dec5c3b56c83e39b2f1031712342dbe37ea (patch)
tree151fcba6e3c6174cf986073e0e24710aaf9cfe46 /Makefile
parentc562f28dbe4285cc6e09afeeb577bed8380efce7 (diff)
downloadrmi4utils-caf09dec5c3b56c83e39b2f1031712342dbe37ea.tar.gz
Simplify Android build process.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 014409a..bf471b4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,9 @@ clean:
make -C rmidevice clean
make -C rmi4update clean
make -C rmihidtool clean
+
+android:
+ ndk-build NDK_APPLICATION_MK=Application.mk
+
+android-clean:
+ ndk-build NDK_APPLICATION_MK=Application.mk clean \ No newline at end of file