update_engine: build on non-Linux hosts
BUG=24073089
TEST=mm on Mac host
Change-Id: Ib62bbf48f38be238b73781461b33c301bc08400e
diff --git a/Android.mk b/Android.mk
index be8b791..c12fc16 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,8 +14,6 @@
# limitations under the License.
#
-ifeq ($(HOST_OS),linux)
-
LOCAL_PATH := $(my-dir)
# Definitions applying to all targets. $(eval) this last.
@@ -329,5 +327,3 @@
LOCAL_SRC_FILES := update_payload_key/brillo-update-payload-key.pub.pem
LOCAL_BUILT_MODULE_STEM := update_payload_key/brillo-update-payload-key.pub.pem
include $(BUILD_PREBUILT)
-
-endif # HOST_OS == linux