summaryrefslogtreecommitdiff
path: root/libs/input/tests
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2019-08-14 15:50:59 -0400
committerDerek Sollenberger <djsollen@google.com>2019-09-10 14:50:02 -0400
commit9ca5bbe39f54547dbe585c39459208719a9728b4 (patch)
tree945a0e0a7e58c128d31619e5034a9e104ca06766 /libs/input/tests
parent00f6e5d22db205765eeadbe6500f3f5500fb3d6a (diff)
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
Diffstat (limited to 'libs/input/tests')
-rw-r--r--libs/input/tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/tests/Android.bp b/libs/input/tests/Android.bp
index e83b2a78d180..b1e3d6fe845a 100644
--- a/libs/input/tests/Android.bp
+++ b/libs/input/tests/Android.bp
@@ -18,9 +18,9 @@ cc_test {
"PointerController_test.cpp",
],
shared_libs: [
+ "libandroid_runtime",
"libinputservice",
"libgui",
- "libhwui",
"libutils",
],
static_libs: [