Merge "Use the right variable for evaluating 'windows'."

This commit is contained in:
Dan Albert
2015-05-04 22:46:57 +00:00
committed by Gerrit Code Review

View File

@@ -15,7 +15,7 @@
#
LOCAL_PATH := $(my-dir)
dir := $(wildcard $(LOCAL_PATH)/$(HOST_PREBUILT_TAG))
dir := $(wildcard $(LOCAL_PATH)/$(HOST_OS))
ifdef dir
include $(call first-makefiles-under,$(dir))
endif