| commit | ff2dc46c121c166f10684da069d07ae11d4f9b9a | [log] [tgz] |
|---|---|---|
| author | Jamie Gennis <jgennis@google.com> | Mon Dec 20 11:51:31 2010 -0800 |
| committer | Jamie Gennis <jgennis@google.com> | Thu Jan 06 13:31:53 2011 -0800 |
| tree | 7d0c7c8843a38a3248035893409b7261e93e531f | |
| parent | 68e4a7ac849b681b1fb769857fc04f64262480c4 [diff] [blame] |
Add camera service support for SurfaceTexture. This change enables the use of a SurfaceTexture in place of a Surface as the destination of camera preview frames. Change-Id: Ic70d404c8fe261e9d5da6f1de93d6babb5b191cb
diff --git a/libs/camera/Android.mk b/libs/camera/Android.mk index 03ff229..2f16923 100644 --- a/libs/camera/Android.mk +++ b/libs/camera/Android.mk
@@ -14,7 +14,8 @@ libbinder \ libhardware \ libsurfaceflinger_client \ - libui + libui \ + libgui LOCAL_MODULE:= libcamera_client