| DESCRIPTION = "Android service launcher" |
| LICENSE = "Apache-2.0" |
| LIC_FILES_CHKSUM = " \ |
| file://system/core/NOTICE;md5=c1a3ff0b97f199c7ebcfdd4d3fed238e \ |
| " |
| |
| SRC_URI = " \ |
| git://android.googlesource.com/platform/system/core;protocol=https;name=platform/system/core;destsuffix=platform/system/core/ \ |
| file://0001.patch \ |
| file://0002.patch \ |
| file://0003.patch \ |
| file://mark-rc-name-limitation.patch \ |
| file://add_log_for_service_launcher.patch \ |
| file://service_launcher.patch \ |
| " |
| |
| SRCREV_platform/system/core = "c6160d2a0ef648ccb3d217c589c60b5c00b80387" |
| |
| S = "${WORKDIR}/platform" |
| |
| DEPENDS = "platform-libs" |
| |
| inherit autotools |