Anshuman0007-code / device-tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device tree

  • All my device tree is used together with qcom/common tree and its components. Yes just like AOSPA, I adapted it to work well in PE and any other custom rom.
  • Follow the steps below to add support to your rom and for you to build.

QCOM/COMMON device and vendor dependencies:

  • git clone git@github.com:PixelExperience-Devices/device_qcom_common.git device/qcom/common
  • git clone git@github.com:PixelExperience-Devices/device_qcom_common-sepolicy.git device/qcom/common-sepolicy
  • git clone git@github.com:PixelExperience-Devices/device_qcom_qssi.git device/qcom/qssi
  • git clone git@github.com:PixelExperience-Devices/device_qcom_vendor-common.git device/qcom/vendor-common
  • git clone git@github.com:PixelExperience-Devices/device_qcom_wlan.git device/qcom/wlan
  • git clone git@gitlab.pixelexperience.org:android/vendor-blobs/vendor_qcom_common.git vendor/qcom/common

QCOM/COMMON Source dependencies:

  • git clone git@github.com:PixelExperience/vendor_qcom_opensource_commonsys-intf_bluetooth.git vendor/qcom/opensource/commonsys-intf/bluetooth
  • git clone git@github.com:PixelExperience/vendor_qcom_opensource_core-utils.git vendor/qcom/opensource/core-utils
  • git clone git@github.com:PixelExperience/vendor_qcom_opensource_commonsys_dpm.git vendor/qcom/opensource/commonsys/dpm

QCOM/COMMON Source dependencies for surya:

QCOM/COMMON Source dependencies for fog and spes:

Source commit dependencies:

QTI Perf / CLO BoostFramework commits dependencies:

fog device tree dependencies:

spes device tree dependencies:

surya device tree dependencies:

QCOM/COMMON adaptations:

Adapt these paths to your rom:

About