summaryrefslogtreecommitdiffstats
path: root/libcutils/Android.mk
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2013-06-04 10:34:49 -0700
committerDima Zavin <dmitriyz@google.com>2013-06-04 17:40:28 +0000
commitabb7d58010da1fcd466e6e032c5f7bf8810ed4dd (patch)
treef441d6254bc86aca4ecf0bae8edcaeda86ebb314 /libcutils/Android.mk
parent960ac434a4960b0524993544949ef892c08339ed (diff)
downloadsystem_core-abb7d58010da1fcd466e6e032c5f7bf8810ed4dd.zip
system_core-abb7d58010da1fcd466e6e032c5f7bf8810ed4dd.tar.gz
system_core-abb7d58010da1fcd466e6e032c5f7bf8810ed4dd.tar.bz2
HACK: cutils: restore record_stream temporarily
Restore the record_stream code in cutils that was removed in e00a12bf8a99eb6c4f278efa503488aa21dd8d4d as part of cutils cleanup. Unfortunately, there are some prebuilt vendor libs that rely on this functionality that we cannot currently rebuild. Remove at the earliest possible convenience once the vendor libs have been fixed. Bug: 9189218 Change-Id: I5d44126756f1e3ed194d1b5873d64d9154183199 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'libcutils/Android.mk')
-rw-r--r--libcutils/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 1c3185e..e46216e 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -41,6 +41,7 @@ commonSources := \
open_memstream.c \
strdup16to8.c \
strdup8to16.c \
+ record_stream.c \
process_name.c \
threads.c \
sched_policy.c \