diff options
| author | 2022-03-15 22:29:43 +0000 | |
|---|---|---|
| committer | 2022-03-15 22:29:43 +0000 | |
| commit | 517d7c87dca7f239458d38ab7896021c124711c4 (patch) | |
| tree | edb7a29ec1f63a060ff5b28d8577c2f5f2270897 | |
| parent | 2d2be5a206b385b9cee44c6bbc3565c74d4dcf0e (diff) | |
| parent | 4a4a85f5bb2460e6c1057b95a6a32b48ae8161f7 (diff) | |
Merge "Tweak linux_glibc properties for musl builds in frameworks/native"
| -rw-r--r-- | libs/input/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/Android.bp b/libs/input/Android.bp index e73c3b8518..71a129141d 100644 --- a/libs/input/Android.bp +++ b/libs/input/Android.bp @@ -113,7 +113,7 @@ cc_library { "frameworks/native/libs/arect/include", ], }, - linux_glibc: { + host_linux: { srcs: [ "InputTransport.cpp", "android/os/IInputConstants.aidl", |