mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Switch back to building on Arch Linux host
FWIW Bare Metal > KVM > HyperV > VBox
This commit is contained in:
parent
5fedeb00d5
commit
3edeb78b72
3 changed files with 14 additions and 5 deletions
9
Misc/android-devel/PKGBUILD
Normal file
9
Misc/android-devel/PKGBUILD
Normal file
|
@ -0,0 +1,9 @@
|
|||
#Created from aosp-devel and lineageos-devel by p4block
|
||||
pkgname=android-devel
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgdesc='Metapackage to pull all dependencies required to build Android'
|
||||
arch=('x86_64')
|
||||
url='https://wiki.archlinux.org/index.php/Android#Building_Android'
|
||||
license=('None')
|
||||
depends=('gcc-multilib' 'git' 'gnupg' 'flex' 'bison' 'gperf' 'sdl' 'wxgtk' 'squashfs-tools' 'curl' 'ncurses' 'zlib' 'schedtool' 'perl-switch' 'zip' 'unzip' 'libxslt' 'python2-virtualenv' 'bc' 'rsync' 'lib32-zlib' 'lib32-ncurses' 'lib32-readline' 'xml2' 'lzop' 'pngcrush' 'imagemagick' 'repo' 'ccache' 'maven' 'gradle' 'lib32-ncurses5-compat-libs' 'ncurses5-compat-libs')
|
Loading…
Add table
Add a link
Reference in a new issue