├── .gitignore ├── README.md ├── apply_patches.sh ├── local_manifests_treble └── manifest.xml └── sign_target_files.sh /.gitignore: -------------------------------------------------------------------------------- 1 | /local_manifests_device 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyCGYan/lineage_build_unified/HEAD/README.md -------------------------------------------------------------------------------- /apply_patches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyCGYan/lineage_build_unified/HEAD/apply_patches.sh -------------------------------------------------------------------------------- /local_manifests_treble/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyCGYan/lineage_build_unified/HEAD/local_manifests_treble/manifest.xml -------------------------------------------------------------------------------- /sign_target_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyCGYan/lineage_build_unified/HEAD/sign_target_files.sh --------------------------------------------------------------------------------