File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ filegroup {
295295cc_defaults {
296296 name : " libgui-defaults" ,
297297 defaults : [" libgui_bufferqueue-defaults" ],
298- srcs : [" :libgui-sources" ],
299298 static_libs : [
300299 " libgui_aidl_static" ,
301300 " libgui_window_info_static" ,
@@ -319,6 +318,10 @@ cc_library_shared {
319318 " libgui-defaults" ,
320319 ],
321320
321+ srcs : [
322+ " :libgui-sources" ,
323+ ],
324+
322325 export_static_lib_headers : [
323326 " libgui_aidl_static" ,
324327 " libgui_window_info_static" ,
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ cc_test {
9595 " android.hardware.configstore-utils" ,
9696 " libSurfaceFlingerProp" ,
9797 " libGLESv1_CM" ,
98+ " libgui" ,
9899 " libgui_test_server_aidl-cpp" ,
99100 " libinput" ,
100101 " libnativedisplay" ,
You can’t perform that action at this time.
0 commit comments