Git Product home page Git Product logo

android_device_sony_maple's Introduction

Device configuration for Sony Xperia XZ Premium (maple)

Description

This repository is for LineageOS 20.0 on Sony Xperia XZ Premium (maple).

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-20.0
    
  • 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-20" />
          <project name="whatawurst/android_device_sony_yoshino-common" path="device/sony/yoshino-common" remote="github" revision="lineage-20" />
          <project name="whatawurst/android_device_sony_maple" path="device/sony/maple" remote="github" revision="lineage-20" />
    
          <!-- blobs for maple -->
          <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" path="vendor/sony/maple" remote="github" revision="lineage-20" />
      </manifest>
    
  • Sync the repo:

      repo sync
    
  • Setup the environment

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

      make -j8 bacon
    

android_device_sony_maple's People

Contributors

derfelot avatar cryptomilk avatar luk1337 avatar myself5 avatar linckandrea avatar bgcngm avatar erredi avatar moetayuko avatar danielml3 avatar mikeng avatar jro1979oliver avatar vware avatar yuezhenglingluan avatar 73794449 avatar su-ex avatar sjllls avatar oshmoun avatar althafvly avatar rashed97 avatar waltercool avatar nukemania avatar themard avatar lunarixus avatar agentfabulous avatar intervigilium avatar danw avatar invisiblek avatar chirayudesai avatar flamefire avatar le9i0nx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.