Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

shuxiangfan/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 LineageOS 18.1 on Sony Xperia XZ Premium dual sim variant (maple_dsds).

How to build LineageOS

  • Make a workspace:

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

      repo init -u git://github.com/LineageOS/android.git -b lineage-18.1
    
  • Create a local manifest:

      vim .repo/local_manifests/roomservice.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-18.1" />
          <project name="whatawurst/android_device_sony_yoshino-common" path="device/sony/yoshino-common" remote="github" revision="lineage-18.1" />
          <project name="whatawurst/android_device_sony_maple_dsds" path="device/sony/maple_dsds" remote="github" revision="lineage-18.1" />
    
          <!-- Pinned blobs for poplar -->
          <project name="whatawurst/android_vendor_sony_maple_dsds" path="vendor/sony/maple_dsds" remote="github" revision="lineage-18.1" />
      </manifest>
    
  • Sync the repo:

      repo sync
    
  • Extract vendor blobs

      cd device/sony/maple_dsds
      ./extract-files.sh
    
  • Setup the environment

      source build/envsetup.sh
      lunch lineage_maple_dsds-userdebug
    
  • Build LineageOS

      make -j8 bacon
    

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

 
 
 

Contributors

Languages

  • Makefile 78.5%
  • Shell 21.5%