Sie sind auf Seite 1von 2

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install git-core

sudo apt-get install bc bison build-essential ccache curl flex g++-multilib gcc-
multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-
dev libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-
dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip
zlib1g-dev vim

sudo apt-get install openjdk-8-jdk

mkdir -p ~/bin

mkdir -p ~/android/lineage

curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

chmod a+x ~/bin/repo

open ~/.profile with a text editor and verifying the following code exists (add it
if it is missing):

# set PATH so it includes user's private bin if it exists


if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi

if above line is added then run the following command in terminal

source ~/.profile

cd ~/android/lineage
repo init -u
https://github.com/LineageOS/android.git -b lineage-15.1

repo sync

cd ~/android/lineage

source build/envsetup.sh

breakfast tomato

rm -rf device/yu/tomato/*

git clone https://github.com/shekhawat2/android_device_yu_tomato.git -b lineage-


15.1 device/yu/tomato

git clone https://github.com/shekhawat2/proprietary_vendor_yu.git -b lineage-15.1


vendor/yu

croot

brunch tomato
cd $OUT

Das könnte Ihnen auch gefallen