summaryrefslogtreecommitdiffstats
path: root/libs/binder/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-05-06 20:20:50 -0700
committerMathias Agopian <mathias@google.com>2013-05-07 18:28:11 -0700
commit002e1e58dfe19dd3e49a59c6827cbf51573941a2 (patch)
tree6dc444d7f05aa0512e3c97344d86ee0264daf869 /libs/binder/Android.mk
parentb4f1a027cbadd4cd07341f60f859ae34643b68ae (diff)
downloadframeworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.zip
frameworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.tar.gz
frameworks_native-002e1e58dfe19dd3e49a59c6827cbf51573941a2.tar.bz2
libutils clean-up
Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
Diffstat (limited to 'libs/binder/Android.mk')
-rw-r--r--libs/binder/Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk
index 994d3db..4c8820e 100644
--- a/libs/binder/Android.mk
+++ b/libs/binder/Android.mk
@@ -17,6 +17,8 @@ sources := \
AppOpsManager.cpp \
Binder.cpp \
BpBinder.cpp \
+ BufferedTextOutput.cpp \
+ Debug.cpp \
IAppOpsCallback.cpp \
IAppOpsService.cpp \
IInterface.cpp \
@@ -30,7 +32,8 @@ sources := \
Parcel.cpp \
PermissionCache.cpp \
ProcessState.cpp \
- Static.cpp
+ Static.cpp \
+ TextOutput.cpp \
LOCAL_PATH:= $(call my-dir)