Created
September 17, 2020 11:23
-
-
Save Romern/f388bf8912bafde9f93e737acf51c6d6 to your computer and use it in GitHub Desktop.
LineageOS4MicroG Moto G4 Build Instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="Gardens-Network/vendor_motorola_athene" path="vendor/motorola/athene" remote="github" revision="lineage-16.0" /> | |
<project name="Gardens-Network/kernel_motorola_msm8952" path="kernel/motorola/msm8952" remote="github" revision="crdroid-9" /> | |
<project name="Gardens-Network/device_motorola_athene" path="device/motorola/athene" remote="github" revision="lineage-16.0" /> | |
<remove-project name="LineageOS/android_vendor_qcom_opensource_data-ipa-cfg-mgr"/> | |
</manifest> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run \ | |
-e "BRANCH_NAME=lineage-16.0" \ | |
-e "DEVICE_LIST=athene" \ | |
-e "SIGN_BUILDS=true" \ | |
-e "INCLUDE_PROPRIETARY=false" \ | |
-e "SIGNATURE_SPOOFING=restricted" \ | |
-e "CUSTOM_PACKAGES=GmsCore GsfProxy FakeStore MozillaNlpBackend NominatimNlpBackend com.google.android.maps.jar FDroid FDroidPrivilegedExtension " \ | |
-v "/mnt/stuff/los4microg/lineage:/srv/src" \ | |
-v "/mnt/stuff/los4microg/zips:/srv/zips" \ | |
-v "/mnt/stuff/los4microg/logs:/srv/logs" \ | |
-v "/mnt/stuff/los4microg/cache:/srv/ccache" \ | |
-v "/mnt/stuff/los4microg/keys:/srv/keys" \ | |
-v "/mnt/stuff/los4microg/manifests:/srv/local_manifests" \ | |
lineageos4microg/docker-lineage-cicd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment