12 lines
457 B
Makefile
12 lines
457 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="android-headers"
|
|
PKG_VERSION="25"
|
|
PKG_SHA256="1e0ecdf56c33aaa523109254e2c475878d8cfc5795ebd4bb5ecbaf80926f4fe9"
|
|
PKG_LICENSE="Apache"
|
|
PKG_SITE="https://android.googlesource.com/"
|
|
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Android Platform Headers from AOSP releases."
|
|
PKG_TOOLCHAIN="manual"
|