summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott James Remnant <keybuk@google.com>2015-09-24 16:32:06 -0700
committerScott James Remnant <keybuk@google.com>2015-09-24 17:09:57 -0700
commitf107b6712812b6035983cbc29ab5d5a51c02937f (patch)
tree663a9b969565d0032254698e79700960407f77bd
parent736346392699216622881933f3260c67c6f6f9a1 (diff)
downloadlibchromeos-f107b6712812b6035983cbc29ab5d5a51c02937f.tar.gz
libchromeos: remove Linux host build restriction
Now that minijail and libchrome are built on non-Linux, this isn't needed. BUG=24073089 TEST=mm on a mac Change-Id: I247ac9c0ba38d86919312fe8a0c563fd520c45fb
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index a68f68e..04734ad 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,8 +14,6 @@
LOCAL_PATH := $(call my-dir)
-ifeq ($(HOST_OS),linux)
-
libchromeos_cpp_extension := .cc
libchromeos_core_sources := \
chromeos/asynchronous_signal_handler.cc \
@@ -313,5 +311,3 @@ include $(BUILD_NATIVE_TEST)
runtargettests: libchromeos_test
adb sync
adb shell su shell /data/nativetest/libchromeos_test/libchromeos_test
-
-endif # HOST_OS == linux