summaryrefslogtreecommitdiff
path: root/firmware/2lib/2stub.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-03-22 18:06:51 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-03-28 14:14:01 -0700
commit72fbc0760e581ce637dd4936118c29c2f855d95c (patch)
tree2660972d4de6c55a5c86b7c9b89d7dd4c61d8518 /firmware/2lib/2stub.c
parent3d8d93b1e2688b703b55cf471a737e44baf3f144 (diff)
downloadvboot-72fbc0760e581ce637dd4936118c29c2f855d95c.tar.gz
vboot: remove tinyhostlib from Makefile
vboot Makefile contains a target library called libtinyvboot_host.a, and claims it is used by autoupdate installer since it must sometimes be a 32-bit executable. (See CL:44442.) As far as I can tell, this lib is no longer used, and we can safely remove it: (1) I don't see any mention of this file in any repo's git history: $ repo list | sed -e 's@ :.*@@' | while read dir; do ( cd $dir; out=`git --no-pager log --no-renames -p -Svboot_host | grep tinyvboot_host`; [ -z "$out" ] || echo "$dir\n$out" ); done; src/platform/vboot_reference +TINYHOSTLIB = ${BUILD}/libtinyvboot_host.a (2) The library doesn't get installed in vboot_reference's ebuild. BUG=b:124141368, chromium:440078 TEST=build vboot_reference BRANCH=none Change-Id: I0ff41f0596f911ac1d969bfabcdaab7fc2c883f7 Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://chromium-review.googlesource.com/1535459 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Joel Kitching <kitching@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mike Frysinger <vapier@chromium.org>
Diffstat (limited to 'firmware/2lib/2stub.c')
0 files changed, 0 insertions, 0 deletions