summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Brandston <tbrandston@google.com>2023-03-28 14:16:42 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-04 04:25:49 +0000
commit1e8209144c3411acfe738f148f60518e361734ce (patch)
tree44c98cc7097b9db8181d639fcdc9671c90b5b932
parent14361dea4894f75646db14ec00f5e9cbe7a954f4 (diff)
downloadvboot-1e8209144c3411acfe738f148f60518e361734ce.tar.gz
cgpt: Expose CgptRepair in the host lib
Needed by chromeos-installer in postinstall, with the new postinstall_cgpt_repair USE flag. Also fix copyright lint. BUG=b:197219816, b:257478857 BRANCH=None TEST=emerge-reven vboot_reference USE=postinstall_cgpt_repair emerge-reven chromeos-installer Cq-Depend: chromium:4377945, chromium:4377717 Change-Id: I40170da35fac4e302673614c6a8ab99d5384ad5d Signed-off-by: Ted Brandston <tbrandston@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/4377068 Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Jeffery Miller <jefferymiller@google.com>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2219efd0..acd519f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2013 The ChromiumOS Authors.
+# Copyright 2013 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -496,6 +496,7 @@ HOSTLIB_SRCS = \
cgpt/cgpt_edit.c \
cgpt/cgpt_find.c \
cgpt/cgpt_prioritize.c \
+ cgpt/cgpt_repair.c \
cgpt/cgpt_show.c \
firmware/2lib/2common.c \
firmware/2lib/2context.c \