Skip to content

Instantly share code, notes, and snippets.

@roguesherlock
Created July 14, 2017 13:51
Show Gist options
  • Save roguesherlock/6b50c18d7a5dfcbd34e642390d70c92c to your computer and use it in GitHub Desktop.
Save roguesherlock/6b50c18d7a5dfcbd34e642390d70c92c to your computer and use it in GitHub Desktop.
Vertex OS local manifest
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://bitbucket.org/" name="bb" />
<remote name="vertex-devices"
fetch="https://github.com/VertexOS-Devices/"
revision="n" />
<project name="android_extras_vertexota" path="extras/vertexota" remote="vertex" />
<project name="android_device_oneplus_oneplus3" path="device/oneplus/oneplus3" remote="vertex-devices" />
<project name="EAS-project/android_device_voxpopuli" path="device/voxpopuli" remote="github" revision="msm8996" />
<project name="proprietary_vendor_oneplus" path="vendor/oneplus" remote="vertex-devices" />
<project name="android_device_oppo_common" path="device/oppo/common" remote="vertex-devices" />
<project name="android_kernel_oneplus_msm8996" path="kernel/oneplus/msm8996" remote="vertex-devices" />
<project name="aarch64-linux-gnu-kernel-linaro" path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-gnu-6.x-kernel-linaro" remote="vertex" revision="6.x" />
<project name="LineageOS/android_packages_resources_devicesettings" path="packages/resources/devicesettings" remote="github" revision="cm-14.1" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment