blob: 4dcff80fd295ecb20dc29b7aede466a86fa264de [file] [log] [blame]
lh758261d2023-07-13 05:52:04 -07001DESCRIPTION = "Android service launcher"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = " \
4 file://system/core/NOTICE;md5=c1a3ff0b97f199c7ebcfdd4d3fed238e \
5 "
6
7SRC_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
17SRCREV_platform/system/core = "c6160d2a0ef648ccb3d217c589c60b5c00b80387"
18
19S = "${WORKDIR}/platform"
20
21DEPENDS = "platform-libs"
22
23inherit autotools