blob: 83844551c99ed61fcdf7b1eb6719fa4954cfb4e4 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
DESCRIPTION="Android app to allow using UIAutomator remotely."
HOMEPAGE="https://github.com/xiaocong/android-uiautomator-server"
# Use prebuilt binaries from python uiautomator lib.
SRC_URI="https://github.com/xiaocong/uiautomator/archive/${PV}.zip -> ${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
IUSE=""
S="${WORKDIR}/uiautomator-${PV}"
src_install() {
insinto /usr/share/${PN}
doins uiautomator/libs/app-uiautomator.apk
doins uiautomator/libs/app-uiautomator-test.apk
}