To initialize your local repository using the MicaOS , use a command like this :
repo init -u https://github.com/Project-Mica/manifest -b 16-qpr2And then sync up :
repo sync -c -j8 --force-sync --no-clone-bundle --no-tagsDue to github limitations, tracked gms repo only contains overlays and required scripts follow the steps to include gms
$ cd vendor/gms
$ bash generate-gms.sh$ . build/envsetup.sh
$ lunch mica_$device-bp4a-userdebug
$ m mica-release ( for both fastboot and ota packages)