diff --git a/bundle.json b/bundle.json index 3ad438f..706419e 100644 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,21 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/libevdev:libevdev", + "header": { + "header_files": [ + "libevdev-int.h", + "libevdev-uinput-int.h", + "libevdev-uinput.h", + "libevdev-util.h", + "libevdev.h" + ], + "header_base": "//third_party/libdrm/libevdev" + } + } + ], "test": [] } }