blob: 345b3cf5a0b3a09f1d0966fd5c2ec0e9fdfff374 [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
CROS_WORKON_COMMIT="0e6005312ceb4e8abe74abdab8421feb8340ba26"
CROS_WORKON_TREE="216851bc8b3bddbf368926cb04ed1160b2be841c"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_SUBTREE="arc/android-installer"
PYTHON_COMPAT=(python3_{6,7,8})
inherit cros-workon distutils-r1
DESCRIPTION="Android Installer for Chrome OS"
LICENSE="BSD-Google"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/refs/heads/master/arc/android-installer/"
SLOT="0"
KEYWORDS="*"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests unittest
src_compile() {
S+="/${CROS_WORKON_SUBTREE}"
cd "${S}" || die "This should never happen"
distutils-r1_src_compile
}