fixup! feat(core): add pairing credential manager [no changelog]

pull/3862/merge^2
M1nd3r 4 months ago
parent e093ad3b2a
commit d58c9c6a72

@ -537,9 +537,15 @@ env.Replace(
#
PROTO_SOURCES_DIR = '../../../common/protob/'
exclude_list = [PROTO_SOURCES_DIR + 'messages-bootloader.proto']
if not THP:
exclude_list.append(PROTO_SOURCES_DIR+'messages-thp.proto')
PROTO_SOURCES = Glob(PROTO_SOURCES_DIR + '*.proto',
exclude=[PROTO_SOURCES_DIR + 'messages-bootloader.proto']
exclude=exclude_list
)
qstr_protobuf = env.Command(
target=[
'genhdr/qstrdefs.protobuf.h',

@ -578,9 +578,15 @@ env.Replace(
#
PROTO_SOURCES_DIR = '../../../common/protob/'
exclude_list = [PROTO_SOURCES_DIR + 'messages-bootloader.proto']
if not THP:
exclude_list.append(PROTO_SOURCES_DIR+'messages-thp.proto')
PROTO_SOURCES = Glob(PROTO_SOURCES_DIR + '*.proto',
exclude=[PROTO_SOURCES_DIR + 'messages-bootloader.proto']
exclude=exclude_list
)
qstr_protobuf = env.Command(
target=[
'genhdr/qstrdefs.protobuf.h',

Loading…
Cancel
Save