blob: 5b290df2250d23c6d7d7410f100fc69cff0e76ea [file] [log] [blame]
# Copyright 2021 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_SUBTREE=".gn camera/build camera/android common-mk"
CROS_WORKON_OUTOFTREE_BUILD="1"
CROS_WORKON_INCREMENTAL_BUILD="1"
PLATFORM_SUBDIR="camera/android"
inherit cros-workon platform
DESCRIPTION="Android dependencies needed by cros-camera service and vendor HALs"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
RDEPEND="
!media-libs/cros-camera-android-headers
!media-libs/cros-camera-libcamera_client
!media-libs/cros-camera-libcamera_metadata
"
src_configure() {
cros_optimize_package_for_speed
platform_src_configure
}