commit | 0ecbd76b220ba6f3d02fa028b9c6481f7fb5c089 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Jan 16 21:16:58 2017 -0800 |
committer | Tao Bao <tbao@google.com> | Mon Jan 16 21:28:18 2017 -0800 |
tree | 9f8c0d4ad683e77dcbb0f3e6a14970462b9b4ba5 | |
parent | ebb4e96a716824d54be9469b7a638ad4b15ca224 [diff] [blame] |
minui: Export minui/minui.h. For libminui static and shared libraries. Test: build Change-Id: Ib30dc5e2ef4a3c8b3ca3a0cec68cb65e229a0c16
diff --git a/screen_ui.h b/screen_ui.h index 3ad6490..b2dcf4a 100644 --- a/screen_ui.h +++ b/screen_ui.h
@@ -23,7 +23,9 @@ #include <string> #include "ui.h" -#include "minui/minui.h" + +// From minui/minui.h. +struct GRSurface; // Implementation of RecoveryUI appropriate for devices with a screen // (shows an icon + a progress bar, text logging, menu, etc.)