Skip to content

Project-Flexo/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Project Flexo

Create a directory for the source files

  • You can name this directory however you want, just remember to replace
  • WORKSPACE with your directory for the rest of this guide.
  • This can be located anywhere (as long as the fs is case-sensitive)
mkdir Flexo 
cd Flexo

Install Repo in the created directory

[Hint: This might take a long time]

repo init -u https://github.com/Project-Flexo/manifest -b 13.0

[Hint: Want to save some space ? Then use this]

repo init --depth=1 -u https://github.com/Project-Flexo/manifest -b 13.0

Download the source

repo sync --force-sync

Build

# Set up environment
. build/envsetup.sh
# Choose a target
lunch aosp_$device-userdebug
# Build the code
mka bacon -jX

Credits