Update Android.mk

HAVE_HW was set in the Makefile but was never passed on as a compile-time flag.
This commit is contained in:
rz5 2019-06-03 00:27:31 +01:00 committed by GitHub
parent 5359198531
commit 7da4800b8d
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