Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 532 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 532 Bytes

LineageOS Manifest for Samsung Galaxy S9/S9+ (star)

Sources

repo init -u git://github.com/LineageOS/android.git -b lineage-17.1
mkdir .repo/local_manifests/
curl https://raw.githubusercontent.com/Lukas0610/android/lineage-17.1/default.xml > .repo/local_manifests/star.xml
repo sync -j4

Build

source build/envsetup.sh

# For Samsung Galaxy S9 (starlte)
lunch lineage_starlte-userdebug

# For Samsung Galaxy S9+ (star2lte)
lunch lineage_star2lte-userdebug

make bacon -j16