Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vachounet/android_device_motorola_lux

Device tree for Moto X Play (lux)
https://github.com/vachounet/android_device_motorola_lux

Last synced: 4 days ago
JSON representation

Device tree for Moto X Play (lux)

Awesome Lists containing this project

README

        

#crDroid tree for Moto X Play
* Based off https://github.com/Motorola-CyanogenMod/android_device_motorola_surnia

##Dependencies:
````
sudo apt-get install bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop openjdk-6-jdk openjdk-6-jre pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev
sudo apt-get install g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev schedtool libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 zlib1g lib32z1 lib32bz2-1.0
````
You also need the repo tool for cloning Android source trees.

##Set up and get the repo:
````
repo init -u https://github.com/crdroidandroid/android -b 5.1.1
mkdir -p .repo/local_manifests
````

Create a file .repo/local_manifests/lux.xml and paste this in:
````






````

Then fetch the repositories
````
repo sync
````

##Building:
````
source build/envsetup.sh
breakfast osprey
make clean
brunch osprey
````