commit | 4c155eb91206da8493dd4dd087497f74476d4290 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Fri Jun 30 11:47:12 2023 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Tue Jul 04 05:55:15 2023 +0000 |
tree | a4e351df6b5c8b00898ce29b8d581b1dc6149c9c | |
parent | b99b1a0fbf0fe4b49213118f2c4b03bf9c967b95 [diff] [blame] |
Some input build rule fixes Small fixes in this CL: * build for host by default * fix sp::make usage * add more warnings as errors to match inputflinger Bug: 271455682 Test: m checkinput Change-Id: Ib296589b2b2c7c3f5ab178f3b6677be5a6ce1ac1
diff --git a/services/inputflinger/benchmarks/Android.bp b/services/inputflinger/benchmarks/Android.bp index 4e2a6fb..e200f8b 100644 --- a/services/inputflinger/benchmarks/Android.bp +++ b/services/inputflinger/benchmarks/Android.bp
@@ -19,6 +19,7 @@ shared_libs: [ "libbase", "libbinder", + "libbinder_ndk", "libcrypto", "libcutils", "libinputflinger_base",