File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 5
5
| :rotating_light : | Breaks build |
6
6
| :warning : | Breaks compatibility with app |
7
7
8
- ## [ latest] ( / ) - 2024/02/02
8
+ ## [ latest] ( / ) - 2024/02/07
9
+
10
+ ### Removed
11
+
12
+ * UI disabler
13
+
14
+ ## [ 2250549] ( /../../commit/2250549 ) - 2024/02/02
9
15
10
16
### Changed
11
17
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ ifeq ($(BOLOS_SDK),)
19
19
$(error Environment variable BOLOS_SDK is not set)
20
20
endif
21
21
22
- # Prevent compilation of BAGL/NBGL
23
- # Has to be before any SDK include
24
- DISABLE_UI = 1
25
-
26
22
include $(BOLOS_SDK ) /Makefile.defines
27
23
28
24
APPVERSION ?= "$(APPVERSION_M ) .$(APPVERSION_N ) .$(APPVERSION_P ) "
@@ -60,16 +56,4 @@ DISABLE_STANDARD_BAGL_UX_FLOW = 1
60
56
DISABLE_DEBUG_LEDGER_ASSERT = 1
61
57
DISABLE_DEBUG_THROW = 1
62
58
63
- # Required for PRINTFs to compile
64
- ifeq ($(DEBUG ) ,0)
65
- DISABLE_STANDARD_SEPROXYHAL = 1
66
- endif
67
-
68
- # So the plugin can still access the necessary NBGL types and pass its icon to
69
- # the Ethereum app
70
- ifeq ($(TARGET_NAME ) ,TARGET_STAX)
71
- DEFINES += HAVE_NBGL
72
- INCLUDES_PATH += $(BOLOS_SDK ) /lib_nbgl/include $(BOLOS_SDK ) /lib_ux_stax
73
- endif
74
-
75
59
include $(BOLOS_SDK ) /Makefile.standard_app
You can’t perform that action at this time.
0 commit comments