avs_mtk_voice/meta/meta-mediatek/recipes-devtools/android-tools/android-tools-fsutils_git.bb

15 lines
438 B
BlitzBasic
Raw Normal View History

2022-05-13 08:02:31 +00:00
DESCRIPTION = "android-tools-fsutils libraries"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://NOTICE;md5=c1a3ff0b97f199c7ebcfdd4d3fed238e"
SRC_URI = " \
git://android.googlesource.com/platform/system/core;protocol=https \
file://build.patch \
"
SRCREV = "c6160d2a0ef648ccb3d217c589c60b5c00b80387"
S = "${WORKDIR}/git"
FILES_${PN} = "${bindir}/*"
DEPENDS += "zlib"
BBCLASSEXTEND = "native nativesdk"
inherit autotools