am 2d7242f2: Merge "Use the right variable for evaluating \'windows\'."

* commit '2d7242f207ccae1c56f82d4fc37408d19a82ec01':
  Use the right variable for evaluating 'windows'.
This commit is contained in:
Dan Albert
2015-05-05 01:21:52 +00:00
committed by Android Git Automerger

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