add libevdev

This commit is contained in:
Ziyang Zhou
2022-10-01 10:15:12 +08:00
parent 676c87bcd1
commit b9111c9070
13 changed files with 14 additions and 0 deletions

View File

@@ -152,6 +152,12 @@ $(eval $(call define-redroid-prebuilt-lib,gralloc.gbm,,hw/gralloc.gbm.so,hw,,$(g
$(eval $(call define-redroid-prebuilt-lib,libOmxCore,,libOmxCore.so, , ,$(va_libs) $(ffmpeg_libs) $(x264_libs)))
## libevdev
evdev_libs := libevdev.so.2
$(foreach lib,$(evdev_libs),\
$(eval $(call define-redroid-prebuilt-lib,$(lib),$(lib))))
# $(1): module name (and file name)
# $(2): depended modules
define define-redroid-prebuilt-bin

View File

@@ -0,0 +1 @@
libevdev.so.2

View File

@@ -0,0 +1 @@
libevdev.so.2.3.0

Binary file not shown.

View File

@@ -0,0 +1 @@
libevdev.so.2

View File

@@ -0,0 +1 @@
libevdev.so.2.3.0

Binary file not shown.

View File

@@ -0,0 +1 @@
libevdev.so.2

View File

@@ -0,0 +1 @@
libevdev.so.2.3.0

Binary file not shown.

View File

@@ -0,0 +1 @@
libevdev.so.2

View File

@@ -0,0 +1 @@
libevdev.so.2.3.0

Binary file not shown.