Update Android.mk

This commit is contained in:
Twinaphex 2019-08-07 03:30:39 +02:00 committed by GitHub
parent f2b48e649f
commit 3e3acfc4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ ifeq ($(HAVE_HW),1)
HAVE_VULKAN := 1
FLAGS += -DHAVE_VULKAN
endif
FLAGS += -DHAVE_HW
endif
include $(CORE_DIR)/Makefile.common