3
0
Fork 0

Add stubs to make libtvoutinterface.so and camera to play nice

Change-Id: I37f542e81a1e32bcc2441e4ef7e7c675f7f29a72
This commit is contained in:
Espen Fjellvær Olsen 2012-12-06 20:41:33 +01:00
parent 556a53598e
commit 80fe7526ed
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <utils/String8.h>
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() {
}