Skip to content

This is the Android device configuration for Sony Xperia XZ Premium dual sim variant (yoshino platform).

Notifications You must be signed in to change notification settings

REvoX-Devices/android_device_sony_maple_dsds

 
 

Repository files navigation

Device configuration for Sony Xperia XZ Premium dual sim variant (maple_dsds)

Description

This repository is for EvolutionX (tiramisu) on Sony Xperia XZ Premium dual sim variant (maple_dsds).

How to build EvolutionX

  • Make a workspace:

      mkdir -p ~/evo
      cd ~/evo
    
  • Initialize the repo:

      repo init -u https://github.com/Evolution-X/manifest -b tiramisu
    
  • Create a local manifest:

      vim .repo/local_manifests/evolution.xml
    
      <?xml version="1.0" encoding="UTF-8"?>
      <manifest>
          <!-- SONY -->
          <project name="whatawurst/android_kernel_sony_msm8998" path="kernel/sony/msm8998" remote="github" revision="lineage-20" />
          <project name="whatawurst/android_device_sony_yoshino-common" path="device/sony/yoshino-common" remote="github" revision="lineage-20" />
          <project name="SimplyRin/android_device_sony_maple_dsds" path="device/sony/maple_dsds" remote="github" revision="lineage-20" />
    
          <!-- blobs for maple_dsds -->
          <project name="whatawurst/android_vendor_sony_yoshino-common" path="vendor/sony/yoshino-common" remote="github" revision="lineage-20" />
          <project name="whatawurst/android_vendor_sony_maple_dsds" path="vendor/sony/maple_dsds" remote="github" revision="lineage-20" />
      </manifest>
    
  • Sync the repo:

      repo sync
    
  • Setup the environment

      source build/envsetup.sh
      lunch evolution_maple_dsds-userdebug
    
  • Build EvolutionX

      mka evolution
    

About

This is the Android device configuration for Sony Xperia XZ Premium dual sim variant (yoshino platform).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 73.7%
  • Shell 26.3%