make android

This commit is contained in:
Yangqing Jia 2015-12-18 22:42:29 -08:00
parent 809d54ee50
commit 8bcfb30d97

View File

@ -3,6 +3,9 @@
all:
@python build.py build
android:
@python build_android.py build
clean:
@python build.py clean