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
| #!/bin/bash | |
| mkdir -p $WORKSPACE/bin | |
| mkdir -p $WORKSPACE/omni | |
| curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > $WORKSPACE/bin/repo && chmod a+x $WORKSPACE/bin/repo | |
| export CCACHE_DIR=$WORKSPACE/.ccache | |
| export USE_CCACHE=1 | |
| export TO_OR=$(nproc --all) | |
| export PATH=$PATH:$WORKSPACE/omni/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin | |
| export PATH=$PATH:$WORKSPACE/omni/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin | |
| # Resize the Java Heap size |
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
| #!/bin/bash | |
| mkdir -p $WORKSPACE/bin | |
| mkdir -p $WORKSPACE/carbon | |
| curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > $WORKSPACE/bin/repo && chmod a+x $WORKSPACE/bin/repo | |
| export CCACHE_DIR=$WORKSPACE/.ccache | |
| export USE_CCACHE=1 | |
| export TO_OR=$(nproc --all) | |
| #export PATH=$PATH:$WORKSPACE/omni/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin | |
| #export PATH=$PATH:$WORKSPACE/omni/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin | |
| # Resize the Java Heap size |
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> | |
| <!-- Remote names --> | |
| <remote name="aidonnou" fetch="https://github.com/aidonnou-surnia" /> | |
| <!-- Using a custom CM remote to avoid editing and editing of this file --> | |
| <remote name="losgit" fetch="https://github.com/LineageOS" /> | |
| <!-- muppets remote just in case --> | |
| <remote name="tehmuppets" fetch="https://github.com/themuppets" /> | |
| <!-- let's get mike a place --> | |
| <remote name="mike-q" fetch="https://github.com/MikeUYSCUTI/" /> <!-- bring the | |
| 0wl --> |
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> | |
| <!-- Remote names --> | |
| <remote name="aidonnou" fetch="https://github.com/aidonnou-surnia" /> | |
| <!-- Using a custom CM remote to avoid editing and editing of this file --> | |
| <remote name="losgit" fetch="https://github.com/LineageOS" /> | |
| <!-- muppets remote just in case --> | |
| <remote name="tehmuppets" fetch="https://github.com/themuppets" /> | |
| <!-- let's get mike a place --> | |
| <remote name="mike-q" fetch="https://github.com/MikeUYSCUTI/" /> <!-- bring the | |
| 0wl --> |
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> | |
| <!-- Remote names --> | |
| <remote name="aidonnou" fetch="https://github.com/aidonnou-surnia" /> | |
| <!-- Using a custom CM remote to avoid editing and editing of this file --> | |
| <remote name="losgit" fetch="https://github.com/LineageOS" /> | |
| <!-- muppets remote just in case --> | |
| <remote name="tehmuppets" fetch="https://github.com/themuppets" /> | |
| <!-- let's get mike a place --> | |
| <remote name="mike-q" fetch="https://github.com/MikeUYSCUTI/" /> <!-- bring the | |
| 0wl --> |
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
| #!/bin/bash | |
| mkdir -p $WORKSPACE/bin | |
| mkdir -p $WORKSPACE/los | |
| curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > $WORKSPACE/bin/repo && chmod a+x $WORKSPACE/bin/repo | |
| export CCACHE_DIR=$WORKSPACE/.ccache | |
| export USE_CCACHE=1 | |
| export TO_OR=$(nproc --all) | |
| # Resize the Java Heap size | |
| export _JAVA_OPTIONS="-Xmx4096m" | |
| # Resize the Jack Heap size |
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> | |
| <!-- Using a custom CM remote to avoid editing and editing of this file --> | |
| <remote name="losgit" fetch="https://github.com/LineageOS" /> | |
| <!-- Using a custom CM remote to avoid editing and editing of this file --> | |
| <remote name="FacuM" fetch="https://github.com/FacuM" /> | |
| <remote name="Slim" fetch="https://github.com/SlimRoms" /> | |
| <!-- muppets remote just in case --> | |
| <remote name="tehmuppets" fetch="https://github.com/themuppets" /> | |
| <!-- let's get mike a place --> | |
| <remote name="mike-q" fetch="https://github.com/MikeUYSCUTI/" /> <!-- bring the |
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
| #!/bin/bash | |
| mkdir -p $WORKSPACE/bin | |
| mkdir -p $WORKSPACE/octos | |
| curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > $WORKSPACE/bin/repo && chmod a+x $WORKSPACE/bin/repo | |
| export CCACHE_DIR=$WORKSPACE/.ccache | |
| export USE_CCACHE=1 | |
| export TO_OR=$(nproc --all) | |
| # Resize the Java Heap size | |
| export _JAVA_OPTIONS="-Xmx4096m" | |
| # Resize the Jack Heap size |
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> | |
| <!-- Device tree --> | |
| <project name="FacuM/android_device_motorola_harpia" path="device/motorola/harpia" revision="aim-N" remote="github" /> | |
| <!-- Required extra chipset tree --> | |
| <project name="FacuM/android_device_motorola_msm8916-common" path="device/motorola/msm8916-common" revision="aim-N" remote="github" /> | |
| <!-- Kernel --> | |
| <project name="LineageOS/android_kernel_motorola_msm8916" path="kernel/motorola/msm8916" remote="github" /> | |
| <!-- Source dependencies --> | |
| <project name="LineageOS/android_external_bson" path="external/bson" remote="github" /> |
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> | |
| <!-- Remotes --> | |
| <remote name="github" fetch="https://github.com" /> | |
| <!-- Device tree --> | |
| <project name="FacuM/android_device_motorola_harpia" path="device/motorola/harpia" revision="aosp-8.0" remote="github" /> | |
| <!-- Required extra chipset tree --> | |
| <project name="FacuM/android_device_motorola_msm8916-common" path="device/motorola/msm8916-common" revision="aosp-8.0" remote="github" /> | |
| <!-- Kernel --> | |
| <project name="FacuM/android_kernel_motorola_msm8916" path="kernel/motorola/msm8916" revision="aosp-8.0" remote="github" /> |