Skip to content

Commit 4b52779

Browse files
Treehugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "Revert^2 "Explicitly include libgui as a shared library in libgui_test."" into main
2 parents 7080231 + 6bcd411 commit 4b52779

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

libs/gui/Android.bp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ filegroup {
295295
cc_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",

libs/gui/tests/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)