blob: 87d973b615716a92f77297d72044fc2b106b1a2a [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# This ebuild only cares about its own FILESDIR and ebuild file, so it tracks
# the canonical empty project.
CROS_WORKON_PROJECT="chromiumos/infra/build/empty-project"
CROS_WORKON_LOCALNAME="empty-project"
inherit cros-constants cros-unibuild cros-workon
DESCRIPTION="Chrome OS Model configuration package for deltaur."
LICENSE="BSD-Google"
KEYWORDS="~* ~amd64 ~x86"
src_install() {
install_model_files
}