Skip to content

Commit d6198be

Browse files
Liana Kazanova (xWF)Android (Google) Code Review
authored andcommitted
Revert "Explicitly include libgui as a shared library in libgui_test."
This reverts commit 36127e6. Reason for revert: DroidMonitor: Potential culprit for http://b/402507915 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I12af47f3ae45e9f9f0b4891f716121b959dc6f44
1 parent 36127e6 commit d6198be

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

libs/gui/Android.bp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ filegroup {
295295
cc_defaults {
296296
name: "libgui-defaults",
297297
defaults: ["libgui_bufferqueue-defaults"],
298+
srcs: [":libgui-sources"],
298299
static_libs: [
299300
"libgui_aidl_static",
300301
"libgui_window_info_static",
@@ -318,10 +319,6 @@ cc_library_shared {
318319
"libgui-defaults",
319320
],
320321

321-
srcs: [
322-
":libgui-sources",
323-
],
324-
325322
export_static_lib_headers: [
326323
"libgui_aidl_static",
327324
"libgui_window_info_static",

libs/gui/tests/Android.bp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ cc_test {
100100
"android.hardware.configstore-utils",
101101
"libSurfaceFlingerProp",
102102
"libGLESv1_CM",
103-
"libgui",
104103
"libgui_test_server_aidl-cpp",
105104
"libinput",
106105
"libnativedisplay",

0 commit comments

Comments
 (0)