From 9ca5bbe39f54547dbe585c39459208719a9728b4 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Wed, 14 Aug 2019 15:50:59 -0400 Subject: Create C API for accessing android.graphics.Bitmap in native code. Restrict access to SkBitmap for libandroid_runtime.so to be only within the boundaries of the graphics module. Test: CtsUiRenderingTestCases Bug: 137655431 Change-Id: I4d0ea227e91d22068966513c4e3a55021b9e924f --- libs/input/PointerController.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/input/PointerController.cpp') diff --git a/libs/input/PointerController.cpp b/libs/input/PointerController.cpp index abf083789c23..e4348f2a9b21 100644 --- a/libs/input/PointerController.cpp +++ b/libs/input/PointerController.cpp @@ -24,12 +24,6 @@ #include -#include -#include -#include -#include -#include - namespace android { // --- WeakLooperCallback --- -- cgit v1.2.3-59-g8ed1b