lh | 758261d | 2023-07-13 05:52:04 -0700 | [diff] [blame^] | 1 | DESCRIPTION = "Android service launcher" |
| 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = " \ |
| 4 | file://system/core/NOTICE;md5=c1a3ff0b97f199c7ebcfdd4d3fed238e \ |
| 5 | " |
| 6 | |
| 7 | SRC_URI = " \ |
| 8 | git://android.googlesource.com/platform/system/core;protocol=https;name=platform/system/core;destsuffix=platform/system/core/ \ |
| 9 | file://0001.patch \ |
| 10 | file://0002.patch \ |
| 11 | file://0003.patch \ |
| 12 | file://mark-rc-name-limitation.patch \ |
| 13 | file://add_log_for_service_launcher.patch \ |
| 14 | file://service_launcher.patch \ |
| 15 | " |
| 16 | |
| 17 | SRCREV_platform/system/core = "c6160d2a0ef648ccb3d217c589c60b5c00b80387" |
| 18 | |
| 19 | S = "${WORKDIR}/platform" |
| 20 | |
| 21 | DEPENDS = "platform-libs" |
| 22 | |
| 23 | inherit autotools |