diff options
author | Mathias Agopian <mathias@google.com> | 2011-03-25 18:42:40 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-03-25 18:42:40 -0700 |
commit | 696257ccf315a1da042787c5b2d1f80c7146fc94 (patch) | |
tree | 39c185c6f97540243e5d071e545343822f46f2cc /native | |
parent | 1be6cce70175bd90744498d5fca95e3f9eec1cf6 (diff) | |
download | frameworks_base-696257ccf315a1da042787c5b2d1f80c7146fc94.zip frameworks_base-696257ccf315a1da042787c5b2d1f80c7146fc94.tar.gz frameworks_base-696257ccf315a1da042787c5b2d1f80c7146fc94.tar.bz2 |
merge libsurfaceflinger_client into libgui
this is the first step in unifying surfacetexture and surface.
for this reason the header files were not moved, as most of them
will eventually go away.
NOTE: currently we keep libsurfaceflinger_client.so as an empty
library to workaround prebuilt binaries wrongly linking against
it.
Change-Id: I130f0de2428e8579033dc41394d093f4e1431a00
Diffstat (limited to 'native')
-rw-r--r-- | native/android/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/android/Android.mk b/native/android/Android.mk index 44ec83f..9940442 100644 --- a/native/android/Android.mk +++ b/native/android/Android.mk @@ -22,7 +22,6 @@ LOCAL_SHARED_LIBRARIES := \ libbinder \ libui \ libgui \ - libsurfaceflinger_client \ libandroid_runtime LOCAL_STATIC_LIBRARIES := \ |