summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-05-06 11:14:21 -0700
committerSan Mehat <san@google.com>2009-05-06 15:12:02 -0700
commit168415b822cae1f8b54ef09c41c11a9b97b87f40 (patch)
tree4265fda29301863478294812a3a53f4a13a72428 /Android.mk
parent770354d7e6cd471daed426fcf04bf7246e7cb18b (diff)
downloadsystem_core-168415b822cae1f8b54ef09c41c11a9b97b87f40.tar.gz
system_core-168415b822cae1f8b54ef09c41c11a9b97b87f40.tar.bz2
system_core-168415b822cae1f8b54ef09c41c11a9b97b87f40.zip
libsysutils: New C++ system convenience library
This library contains re-usable classes for common system level daemons. Initial consumers of this library are 'nexus' and 'vold2' Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 8b79cebad..fa2f6f866 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,6 +21,7 @@ else
include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
adb \
libcutils \
+ libsysutils \
liblog \
libnetutils \
libpixelflinger \