blob: 15252bd6540cfc2519aa538d4c5123b8c0e4b656 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001DESCRIPTION = "android-tools-fsutils libraries"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://NOTICE;md5=c1a3ff0b97f199c7ebcfdd4d3fed238e"
4SRC_URI = " \
5 git://android.googlesource.com/platform/system/core;protocol=https \
6 file://build.patch \
7"
8SRCREV = "c6160d2a0ef648ccb3d217c589c60b5c00b80387"
9S = "${WORKDIR}/git"
10FILES_${PN} = "${bindir}/* ${libdir}/*"
11DEPENDS += "zlib"
12BBCLASSEXTEND = "native nativesdk"
13
14inherit autotools