commit | eb1aa3d9a5b7495b689e567e9d0e49b4279614cf | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Tue Aug 25 19:02:29 2020 -0700 |
committer | Winson Chung <winsonc@google.com> | Thu Aug 27 07:11:36 2020 +0000 |
tree | 69561df7653d2d82b726c8f46f0dad564b6fd66d | |
parent | c95b753033ff3a75b45f74060eb59aff89a83e3a [diff] [blame] |
Extending SysUI proto dump to WMShell Bug: 161980310 Test: adb shell cmd statusbar tracing start/stop adb pull /data/user_de/0/com.android.systemui/files/sysui_trace.pb Change-Id: Ie99eac753905ee9938a84571943c85b0a2ad29ee
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 0f2e25c..a9a5671 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp
@@ -22,6 +22,10 @@ proto: { type: "nano", }, + + libs: [ + "WindowManager-Shell-proto", + ], } java_library {