From 80fe7526edec693767d15265eb804968e929d478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Espen=20Fjellv=C3=A6r=20Olsen?= Date: Thu, 6 Dec 2012 20:41:33 +0100 Subject: [PATCH] Add stubs to make libtvoutinterface.so and camera to play nice Change-Id: I37f542e81a1e32bcc2441e4ef7e7c675f7f29a72 --- surfaceflinger_client/surfaceflinger_client.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/surfaceflinger_client/surfaceflinger_client.cpp b/surfaceflinger_client/surfaceflinger_client.cpp index e245e6e..97c86c9 100644 --- a/surfaceflinger_client/surfaceflinger_client.cpp +++ b/surfaceflinger_client/surfaceflinger_client.cpp @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include class SkDeviceFactory; class SkBitmap; @@ -64,3 +65,8 @@ extern "C" void _ZN9SkTextBox10setSpacingEff(SkScalar left, SkScalar right) { extern "C" void _ZN9SkTextBox4drawEP8SkCanvasPKcjRK7SkPaint(SkCanvas*, char const* foo1, unsigned int foo2, SkPaint const&) { } + +extern "C" void _ZN7android21SurfaceComposerClient13createSurfaceERKNS_7String8Eijjij(android::String8 const& foo1, int foo2, unsigned int foo3, unsigned int foo4, int foo5, unsigned int foo6) { +} +extern "C" void _ZN7android14SurfaceControl4showEi() { +}