- 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
[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
repo sync --force-sync
# Set up environment
. build/envsetup.sh
# Choose a target
lunch aosp_$device-userdebug
# Build the code
mka bacon -jX