blob: 0e866c7f19beeb07c55288ddb2dcb339f939bd75 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
CROS_WORKON_PROJECT="chromiumos/platform/bootcache"
CROS_WORKON_LOCALNAME="../platform/bootcache"
CROS_WORKON_OUTOFTREE_BUILD=1
inherit cros-sanitizers cros-workon cros-common.mk
DESCRIPTION="Utility for creating store for boot cache"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/bootcache"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~*"
IUSE="-asan"
src_configure() {
sanitizers-setup-env
cros-common.mk_src_configure
}
src_install() {
dosbin "${OUT}"/bootcache
insinto /etc/init
doins bootcache.conf
}