blob: bf471b494268f98ee407c9045319ab943da2ef74 [file] [log] [blame]
Andrew Duggan4e811252014-04-03 15:17:57 -07001all:
2 make -C rmidevice all
3 make -C rmi4update all
4 make -C rmihidtool all
5
6clean:
7 make -C rmidevice clean
8 make -C rmi4update clean
9 make -C rmihidtool clean
Andrew Duggancaf09de2014-04-04 10:23:25 -070010
11android:
12 ndk-build NDK_APPLICATION_MK=Application.mk
13
14android-clean:
15 ndk-build NDK_APPLICATION_MK=Application.mk clean