diff options
| author | 2022-08-10 20:25:45 +0000 | |
|---|---|---|
| committer | 2022-08-10 20:25:45 +0000 | |
| commit | 0bfd320f7ef2d78044f666eabe764632fa456c45 (patch) | |
| tree | 86c9de3bb8b59eb350939de0246f82853ae2e96e /libs | |
| parent | f8cd7cae4b916b642c1798f179209cedf2bd8792 (diff) | |
| parent | 9ccb8ddfca28db83fd6d82b9fb59f7a4144ffab5 (diff) | |
Merge "Remove framework_native_aidl and use its child filegroups directly"
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/gui/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp index 6641b7777c..78731b1a7f 100644 --- a/libs/gui/Android.bp +++ b/libs/gui/Android.bp @@ -161,7 +161,8 @@ cc_library_shared { ], srcs: [ - ":framework_native_aidl", + ":framework_native_aidl_binder", + ":framework_native_aidl_gui", ":inputconstants_aidl", ":libgui_bufferqueue_sources", |