commit | c15eb91b043426d054983ca31205f9db86f5436f | [log] [tgz] |
---|---|---|
author | Garfield Tan <xutan@google.com> | Mon Aug 05 16:47:40 2019 -0700 |
committer | Garfield Tan <xutan@google.com> | Thu May 28 14:03:21 2020 -0700 |
tree | 7daeeb408eed76738cbb412c327e884913c5f8aa | |
parent | ce64d9aa4c24396e39496cf28c115670424ff548 [diff] [blame] |
Add cursor type and hotspot to surface metadata. Also bootstrap unit tests for PointerController. Need to mark 3 functions of SpriteController virtual so their behaviors can be overridden. Bug: 130822623 Test: SurfaceFlinger can get cursor type and hotspot. Change-Id: I739cd03214364144bb4e22a166ecc7abfd3492fe Merged-In: I739cd03214364144bb4e22a166ecc7abfd3492fe
diff --git a/libs/input/Android.bp b/libs/input/Android.bp index 89d3cc4..16f2917 100644 --- a/libs/input/Android.bp +++ b/libs/input/Android.bp
@@ -20,6 +20,7 @@ ], shared_libs: [ + "libbinder", "libcutils", "liblog", "libutils",