diff options
| author | 2024-05-28 14:47:31 +0000 | |
|---|---|---|
| committer | 2024-05-28 14:47:31 +0000 | |
| commit | 5f5998f23f6d6599e0771386d0555601d904fed2 (patch) | |
| tree | c7ce8ae9840023df967cffc3cab73b8c2b3766cf | |
| parent | 9a788bd7c0292c53dee2d54811ef522a924ddd46 (diff) | |
| parent | d267a92ae4699c8cd7121599a379b59032216e3f (diff) | |
Merge "Remove unused rust_bindgen include_dirs" into main
| -rw-r--r-- | libs/input/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/input/Android.bp b/libs/input/Android.bp index 20b35383bc..400ca9fa7d 100644 --- a/libs/input/Android.bp +++ b/libs/input/Android.bp @@ -80,10 +80,6 @@ rust_bindgen { visibility: ["//frameworks/native/services/inputflinger"], wrapper_src: "InputWrapper.hpp", - include_dirs: [ - "frameworks/native/include", - ], - source_stem: "bindings", bindgen_flags: [ |