near AOSP ROM 8.1 The purpose of this ROM is to provide support for Xperia S / Acro S
repo init -u https://github.com/millosr/android_manifest -b nAOSP-8.1
mkdir .repo/local_manifests/
ln -s ../manifests/local_manifest.xml .repo/local_manifests/local_manifest.xml
repo sync
source build/envsetup.sh
export ROM_BUILD_NUM=xx
lunch aosp_nozomi-userdebug (aosp_hikari-userdebug for Acro S)
make otapackage
cd .repo/manifests
git rebase --abort
git reset --hard origin/nAOSP-8.1
cd -