summaryrefslogtreecommitdiffstats
path: root/libsysutils
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2011-01-23 19:13:23 -0800
committerBrian Swetland <swetland@google.com>2011-01-23 19:13:23 -0800
commit1aa59a83b57154d7b28f92e28d41ba497d639895 (patch)
tree91c58cb27001c063d59d0e50b719965413f73e06 /libsysutils
parentcecec9d027b05c20ed79e8d55a025619f66252b3 (diff)
downloadsystem_core-1aa59a83b57154d7b28f92e28d41ba497d639895.zip
system_core-1aa59a83b57154d7b28f92e28d41ba497d639895.tar.gz
system_core-1aa59a83b57154d7b28f92e28d41ba497d639895.tar.bz2
libsysutils: do not build for TINY_ANDROID
This depends on frameworks/... :-( Technically it doesn't belong in system/core at all, but of course there are things in system/core that depend on it, so for now we'll hack around this. Change-Id: I6aa437f18e1c09bd10fbd3333cf6998a0b6140c6
Diffstat (limited to 'libsysutils')
-rw-r--r--libsysutils/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsysutils/Android.mk b/libsysutils/Android.mk
index dd2b32d..3b1f618 100644
--- a/libsysutils/Android.mk
+++ b/libsysutils/Android.mk
@@ -1,3 +1,4 @@
+ifneq ($(BUILD_TINY_ANDROID),true)
BUILD_LIBSYSUTILS := false
ifneq ($(TARGET_SIMULATOR),true)
BUILD_LIBSYSUTILS := true
@@ -33,3 +34,4 @@ endif
include $(BUILD_SHARED_LIBRARY)
endif
+endif