commit | 1abffbd101f77f100789dc7fb8b33f729bb64dc9 | [log] [tgz] |
---|---|---|
author | Chris Ye <lzye@google.com> | Tue Aug 18 12:50:12 2020 -0700 |
committer | Chris Ye <lzye@google.com> | Fri Aug 28 22:13:25 2020 -0700 |
tree | b9383e94b8ddff48dfa831e14df094ffa258863b | |
parent | 6ab8a005235a0270afb507bb9349abc13276fb79 [diff] |
Move KeyLayoutMap from RefBase to shared_ptr. Move KeyLayoutMap from inheriting RefBase and use shared_ptr to store in owner class like KeyMap. Bug: 160010896 Test: atest inputflinger, atest libinput_tests Change-Id: I565e07bdc501af644df5ebb8388fce10af185bce
diff --git a/services/inputflinger/host/Android.bp b/services/inputflinger/host/Android.bp index 3496a24..9e797e4 100644 --- a/services/inputflinger/host/Android.bp +++ b/services/inputflinger/host/Android.bp
@@ -23,6 +23,7 @@ header_libs: ["jni_headers"], shared_libs: [ + "libbase", "libbinder", "libcrypto", "libcutils",