diff options
author | 2024-06-04 09:23:09 -0700 | |
---|---|---|
committer | 2024-06-04 09:24:33 -0700 | |
commit | 11105b47e3c26257de1fdae7921882c14076428e (patch) | |
tree | 31b2565ff3523bea0569284b318a249ba055bc23 | |
parent | a71e4b4a59765def3bae219f15d5f4894e625475 (diff) |
Remove unused libui dependency
This dependency is not needed.
Bug: 343933987
Test: presubmit
Change-Id: I13e0f3c40b7c1ef39c1fa7ab499254ace10d0396
-rw-r--r-- | libs/input/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/input/Android.bp b/libs/input/Android.bp index 7b7ccf51aa1a..7a82938435af 100644 --- a/libs/input/Android.bp +++ b/libs/input/Android.bp @@ -46,7 +46,6 @@ cc_library_shared { "liblog", "libutils", "libgui", - "libui", "libinput", ], |