am 9880f289: am d490db98: Merge "crash_reporter: build on non-Linux hosts"

* commit '9880f2899071a4b0651c6b7436234ae17a079fcd':
  crash_reporter: build on non-Linux hosts
diff --git a/crash_reporter/Android.mk b/crash_reporter/Android.mk
index d122972..e797022 100644
--- a/crash_reporter/Android.mk
+++ b/crash_reporter/Android.mk
@@ -14,8 +14,6 @@
 
 LOCAL_PATH := $(call my-dir)
 
-ifeq ($(HOST_OS),linux)
-
 crash_reporter_cpp_extension := .cc
 
 crash_reporter_src := crash_collector.cc \
@@ -124,5 +122,3 @@
 LOCAL_SRC_FILES := $(crash_reporter_test_src)
 LOCAL_STATIC_LIBRARIES := libcrash libgmock
 include $(BUILD_NATIVE_TEST)
-
-endif # HOST_OS == linux