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