summaryrefslogtreecommitdiff
path: root/modules/input/evdev/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/input/evdev/Android.bp')
-rw-r--r--modules/input/evdev/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/input/evdev/Android.bp b/modules/input/evdev/Android.bp
index 26e711fd..9817c736 100644
--- a/modules/input/evdev/Android.bp
+++ b/modules/input/evdev/Android.bp
@@ -13,6 +13,15 @@
// limitations under the License.
// Evdev module implementation
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_libhardware_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_libhardware_license"],
+}
+
cc_library_shared {
name: "libinput_evdev",
@@ -27,6 +36,7 @@ cc_library_shared {
"SwitchInputMapper.cpp",
],
+ header_libs: ["jni_headers"],
shared_libs: [
"libhardware_legacy",
"liblog",