Merge "Use the right variable for evaluating 'windows'."
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user