diff --git a/host/Android.mk b/host/Android.mk index 5e318e121..51e3eb2c7 100644 --- a/host/Android.mk +++ b/host/Android.mk @@ -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