rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | DESCRIPTION = "Android platform libraries" |
| 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = " \ |
| 4 | file://external/nanopb-c/NOTICE;md5=9db4b73a55a3994384112efcdb37c01f \ |
| 5 | file://external/safe-iop/NOTICE;md5=e7235a4d576addf0c399983b1c7f673e \ |
| 6 | file://frameworks/native/NOTICE;md5=c1a3ff0b97f199c7ebcfdd4d3fed238e \ |
| 7 | file://hardware/libhardware_legacy/NOTICE;md5=9645f39e9db895a4aa6e02cb57294595 \ |
| 8 | file://hardware/ril/libril/NOTICE;md5=9645f39e9db895a4aa6e02cb57294595 \ |
| 9 | file://hardware/ril/rild/NOTICE;md5=9645f39e9db895a4aa6e02cb57294595 \ |
| 10 | file://system/core/NOTICE;md5=c1a3ff0b97f199c7ebcfdd4d3fed238e \ |
| 11 | file://bionic/libc/NOTICE;md5=b960c741bc508b5ecdc580eeafcf5886 \ |
| 12 | " |
| 13 | |
| 14 | SRC_URI = " \ |
| 15 | git://android.googlesource.com/platform/external/nanopb-c;protocol=https;name=platform/external/nanopb-c;destsuffix=platform/external/nanopb-c/ \ |
| 16 | git://android.googlesource.com/platform/external/safe-iop;protocol=https;name=platform/external/safe-iop;destsuffix=platform/external/safe-iop/ \ |
| 17 | git://android.googlesource.com/platform/frameworks/native;protocol=https;name=platform/frameworks/native;destsuffix=platform/frameworks/native/ \ |
| 18 | git://android.googlesource.com/platform/hardware/libhardware_legacy;protocol=https;name=platform/hardware/libhardware_legacy;destsuffix=platform/hardware/libhardware_legacy/ \ |
| 19 | git://android.googlesource.com/platform/hardware/ril;protocol=https;name=platform/hardware/ril;destsuffix=platform/hardware/ril/ \ |
| 20 | git://android.googlesource.com/platform/system/core;protocol=https;name=platform/system/core;destsuffix=platform/system/core/ \ |
| 21 | git://android.googlesource.com/platform/bionic;protocol=https;name=platform/bionic;destsuffix=platform/bionic \ |
| 22 | git://android.googlesource.com/platform/system/netd;protocol=https;name=platform/system/netd;destsuffix=platform/system/netd \ |
| 23 | file://0001.patch \ |
| 24 | file://0002-add-functions-in-ifc_utils-using-by-rild.patch \ |
| 25 | file://redirect_to_syslog.patch \ |
| 26 | file://parcel.patch \ |
| 27 | file://0001-libnetutils-ifc_utils.patch \ |
| 28 | file://makefile.patch \ |
| 29 | file://base.patch \ |
| 30 | file://libsysutils.patch \ |
| 31 | file://libhardware.patch \ |
| 32 | file://netd.patch \ |
| 33 | file://netd-client.patch \ |
| 34 | file://logwrap.patch \ |
| 35 | file://libdns.patch \ |
| 36 | file://permission.patch \ |
| 37 | file://netd_get_netid.patch \ |
| 38 | file://netd_ipv6prefix.patch \ |
| 39 | file://libsysutils_nora.patch \ |
| 40 | file://maintable.patch \ |
| 41 | file://0001-fix-build-fail.patch \ |
| 42 | file://0001-add-telcore-dependency.patch \ |
| 43 | file://set-PROPERTY_KEY_MAX-to-64.patch \ |
| 44 | file://NetlinkEvent.patch \ |
| 45 | file://Vector.patch \ |
| 46 | file://0003-fix-ipv6-and-ipv4-DNS-query.patch \ |
| 47 | file://fix_monotonic_time.patch \ |
| 48 | " |
| 49 | |
| 50 | SRCREV_platform/external/nanopb-c = "7cad9030bffed01414bba3780d2389796d270276" |
| 51 | SRCREV_platform/external/safe-iop = "aa0725fb1da35e47676b6da30009322eb5ed59be" |
| 52 | SRCREV_platform/frameworks/native = "8d9818db1af53e065442fb5fcc44f69dfd31aec0" |
| 53 | SRCREV_platform/hardware/libhardware_legacy = "fb3616658b8eb828d85120a7b459e960b137220b" |
| 54 | SRCREV_platform/hardware/ril = "e8505bf06e2f17babe479230e62e6e7d1b8c4bca" |
| 55 | SRCREV_platform/system/core = "c6160d2a0ef648ccb3d217c589c60b5c00b80387" |
| 56 | SRCREV_platform/bionic = "1a5bfd9eaf22eaf9fcc54d3065d0e88bff4f3e42" |
| 57 | SRCREV_platform/system/netd = "c8683d7eb9bb95de2090431e8daaa45d92b45e38" |