diff options
-rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..3051ca2 --- /dev/null +++ b/Android.mk @@ -0,0 +1,3 @@ +ifeq ($(BUILD_EMULATOR_OPENGL),true) +include $(call first-makefiles-under,$(call my-dir)) +endif |