blob: 15ab217d436ccf911d477e589080f323adc2360c [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="0c814ece11a50512bd229dc0ddcec46c698519d0"
CROS_WORKON_TREE=("cf397e9600a0b2d153f579c58419577cfca75ab7" "7cd3aa8e49fcb501797fc2d50cf36fe52964dcde" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_INCREMENTAL_BUILD="1"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk arc/myfiles .gn"
inherit cros-workon
DESCRIPTION="Container to run Android's MyFiles daemon."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/arc/myfiles"
LICENSE="BSD-Google"
KEYWORDS="*"
RDEPEND="chromeos-base/mount-passthrough
!<chromeos-base/chromeos-cheets-scripts-0.0.2-r470
"
src_install() {
insinto /etc/init
doins arc/myfiles/arc-myfiles.conf
doins arc/myfiles/arc-myfiles-default.conf
doins arc/myfiles/arc-myfiles-read.conf
doins arc/myfiles/arc-myfiles-write.conf
}