commit | ed635cfc0d77de471152f59fad99d4b8898a0f37 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Sep 04 15:08:08 2015 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Sep 04 15:41:38 2015 -0700 |
tree | cf0cc40f4d59b5707672c4e18c6089880202ff5b | |
parent | af72e1b3e68f449c81054bc25e655016529914e1 [diff] [blame] |
Fix LOCAL_MODULE_HOST_OS Make sure LOCAL_IS_HOST_MODULE is set before including module_arch_supported.mk Bug: 23566667 Change-Id: I28ef10f093407eb3a6a83574ecc3f098eb775241
diff --git a/core/host_executable.mk b/core/host_executable.mk index 0091f3f..5601b01 100644 --- a/core/host_executable.mk +++ b/core/host_executable.mk
@@ -1,4 +1,4 @@ - +LOCAL_IS_HOST_MODULE := true my_prefix := HOST_ include $(BUILD_SYSTEM)/multilib.mk