Skip to content

mrx7014/local_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Manifest for building LineageOS 21 for a23.

a23 is the codename for the 4G variant of the Samsung A23, with model SM-A235F, SM-A235M and also with SM-A235N.

Some extremely basic instructions:

  • Make a new directory for Lineage sources and enter it:
mkdir lineage-21
cd lineage-21
  • Initialize repo in this directory with the LineageOS 20.0 android repository:
repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs
  • Clone this repository to .repo/local_manifests for roomservice.xml containing the repositories needed to build for these devices:
git clone https://github.com/mrx7014/local_manifest.git -b lineage-a23 .repo/local_manifests
  • Sync all of the repositories in manifests (including LineageOS manifests):
repo sync
  • Finally, build as you like.
. build/envsetup.sh
lunch lineage_a23-ap2a-userdebug
mka otapackage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published