summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott James Remnant <keybuk@google.com>2015-09-29 12:46:56 -0700
committerScott James Remnant <keybuk@google.com>2015-09-29 12:46:56 -0700
commit1385cd1001b8665d506a6d936ecf2a38c295e435 (patch)
tree82981872b824dfeb5d01f193705be414bfa0f8fe
parentb04415c9c7edc9a9474ee4d59956fd01798eb302 (diff)
downloaddbus-binding-generator-1385cd1001b8665d506a6d936ecf2a38c295e435.tar.gz
dbus-binding-generator: build on non-Linux hosts
With a portable subset of libchromeos-host now available, it's now possible to build this tool for non-Linux hosts. BUG=24073089 TEST=build on Mac host, also build tool using it Change-Id: Ic9a169f84ec68eaa3c43817cb2e4572be90ad228
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 0fdb854..a4bd98f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,7 +13,6 @@
# limitations under the License.
LOCAL_PATH := $(call my-dir)
-ifeq ($(HOST_OS),linux)
libdbusBindingGenCFlags := -Wno-unused-parameter
@@ -72,5 +71,3 @@ LOCAL_SRC_FILES := \
chromeos-dbus-bindings/testrunner.cc \
chromeos-dbus-bindings/xml_interface_parser_unittest.cc
include $(BUILD_HOST_NATIVE_TEST)
-
-endif # ifeq ($(HOST_OS),linux)