diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-18 15:08:03 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-20 12:55:02 -0700 |
commit | 208059f67ed2dd9fa025e07fcb6954d3cb61c79e (patch) | |
tree | b2fde632a7c9abf4137751ffe779318c0a89bd96 /cmds/surfaceflinger | |
parent | 501c6179e158b2d5bfc67cb8b7180c02ac301f97 (diff) | |
download | frameworks_native-208059f67ed2dd9fa025e07fcb6954d3cb61c79e.zip frameworks_native-208059f67ed2dd9fa025e07fcb6954d3cb61c79e.tar.gz frameworks_native-208059f67ed2dd9fa025e07fcb6954d3cb61c79e.tar.bz2 |
checkpoint: split libutils into libutils + libbinder
Diffstat (limited to 'cmds/surfaceflinger')
-rw-r--r-- | cmds/surfaceflinger/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/surfaceflinger/Android.mk b/cmds/surfaceflinger/Android.mk index 37c3d94..bfa58a1 100644 --- a/cmds/surfaceflinger/Android.mk +++ b/cmds/surfaceflinger/Android.mk @@ -6,6 +6,7 @@ LOCAL_SRC_FILES:= \ LOCAL_SHARED_LIBRARIES := \ libsurfaceflinger \ + libbinder \ libutils LOCAL_C_INCLUDES := \ |