Skip to content

Instantly share code, notes, and snippets.

@AndroPlus-org
Created April 30, 2016 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndroPlus-org/bacdb35b67e4b239fca409c03e51cc25 to your computer and use it in GitHub Desktop.
Save AndroPlus-org/bacdb35b67e4b239fca409c03e51cc25 to your computer and use it in GitHub Desktop.
local manifest file for Sony Xperia Z5 kitakami r2 device
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="sony" fetch="git://github.com/sonyxperiadev/" />
<remote name="androplus" fetch="git://github.com/AndroPlus-org/" />
<remote name="omnirom" fetch="git://github.com/omnirom/" />
<remove-project name="device/generic/mips"/>
<remove-project name="device/generic/mini-emulator-mips"/>
<remove-project name="device/generic/mini-emulator-arm64"/>
<remove-project name="device/google/accessory/arduino"/>
<remove-project name="device/google/accessory/demokit"/>
<remove-project name="platform/prebuilts/eclipse"/>
<remove-project name="platform/prebuilts/clang/darwin-x86/host/3.6"/>
<remove-project name="platform/prebuilts/gcc/darwin-x86/host/headers"/>
<remove-project name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1"/>
<remove-project name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9"/>
<remove-project name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9"/>
<remove-project name="platform/prebuilts/python/darwin-x86/2.7.5"/>
<remove-project name="platform/prebuilts/python/linux-x86/2.7.5"/>
<project path="external/busybox" name="android_external_busybox" groups="external" remote="cm" revision="cm-13.0" />
<remove-project name="platform/hardware/qcom/camera" />
<project path="device/sony/common" name="device-sony-common" groups="device" remote="androplus" revision="master" />
<project path="device/sony/karin" name="device-sony-karin" groups="device" remote="androplus" revision="master" />
<project path="device/sony/karin_windy" name="device-sony-karin_windy" groups="device" remote="androplus" revision="master" />
<project path="device/sony/kitakami" name="device-sony-kitakami" groups="device" remote="androplus" revision="master" />
<project path="device/sony/sumire" name="device-sony-sumire" groups="device" remote="androplus" revision="master" />
<project path="device/sony/suzuran" name="device-sony-suzuran" groups="device" remote="androplus" revision="master" />
<project path="vendor/sony/kernel" name="vendor-sony-kernel" groups="device" remote="sony" revision="master" />
<project path="vendor/sony/system/thermanager" name="thermanager" groups="device" remote="sony" revision="master" />
<project path="vendor/sony/system/mkqcdtbootimg" name="mkqcdtbootimg" groups="device" remote="sony" revision="master" />
<project path="vendor/sony/system/macaddrsetup" name="macaddrsetup" groups="device" remote="sony" revision="master" />
<project path="vendor/sony/system/timekeep" name="timekeep" groups="device" remote="sony" revision="master" />
<project path="device/qcom/sepolicy" name="device-qcom-sepolicy" groups="device" remote="sony" revision="master" />
<project path="vendor/qcom/opensource/dataservices" name="vendor-qcom-opensource-dataservices" groups="device" remote="sony" revision="master" />
<project path="kernel/sony/msm" name="kernel" groups="device" remote="sony" revision="aosp/LA.BF64.1.2.2_rb4.7" />
<project path="hardware/qcom/camera" name="camera" groups="device" remote="sony" revision="aosp/LA.BF64.1.2.2_rb4.7" />
<project path="bootable/recovery" name="android_bootable_recovery" remote="omnirom" revision="android-6.0" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment