aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-03-21 17:46:27 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-03-21 17:46:27 -0700
commit5de6b6feb098ab959d6ecaa0f21b6c38ebb5da99 (patch)
tree4b7fda50e5eb7b3e294df32045d2eb8707588079
parent0c4c0a90bb3719a50234e49ece366a71dd6aaeab (diff)
downloadwpan-5de6b6feb098ab959d6ecaa0f21b6c38ebb5da99.tar.gz
Fix x86 builds
This module seems incompatible with the x86 bionic Change-Id: I51c567d90840e6aa7c36059401cab374016ba5e6
-rw-r--r--ti_st/uim-sysfs/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/ti_st/uim-sysfs/Android.mk b/ti_st/uim-sysfs/Android.mk
index 32c6823..e1cfd31 100644
--- a/ti_st/uim-sysfs/Android.mk
+++ b/ti_st/uim-sysfs/Android.mk
@@ -1,3 +1,5 @@
+ifeq ($(TARGET_ARCH),arm)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -15,4 +17,4 @@ LOCAL_MODULE:=uim-sysfs
LOCAL_MODULE_TAGS:= eng
include $(BUILD_EXECUTABLE)
-
+endif