summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott James Remnant <keybuk@google.com>2015-09-25 20:24:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-09-25 20:24:28 +0000
commit9a03be71872432e97207ae65ff8b1ef9180018fd (patch)
treedd862350ef1767ab1e9404ef9fc3673a2039a864
parent49fb1ce7956110497bd7cad33b3a954faca4b77c (diff)
parentf107b6712812b6035983cbc29ab5d5a51c02937f (diff)
downloadlibchromeos-9a03be71872432e97207ae65ff8b1ef9180018fd.tar.gz
Merge "libchromeos: remove Linux host build restriction"
-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