Giter Club home page Giter Club logo

android_vendor_marlin_7's Introduction

Preface

This repository contains ICL vendor specific makefiles and binaries alone with some essential google and qcom vendor specific makefiles.

Android vendor specific driver binaries

Due to license issues, the essential Android vendor specific driver binaries for Pixel XL are not included in this repository, you can down these files on Pixel XL binaries for Android 7.1.2 (NJH47B) and follow the steps below to complete the preparation of the vendor specific binaries.

Before we get started, for easier describe how to extract and locate vendor specific driver binaries to the right places, the following is my directory structure:

~/cba (root for working directory)
    ├── cba-aosp-marlin-7.1.2_r17 (root for CBA checkout)
    │            ├── …
    │            ├── vendor
    │            └── ...
    ├──  Pixel-XL-binaries-for-Android-7.1.2-NJH47B
    │            ├── google_devices-marlin-njh47b-cd5b463a.tgz
    │            ├── extract-google_devices-marlin.sh
    │            ├── qcom-marlin-njh47b-c8f9d81f.tgz
    │            ├── extract-qcom-marlin.sh
    │            └── vendor

Installing Steps

# Download vendor specific birnaies into ~/cba/Pixel-XL-binaries-for-Android-7.1.2-NJH47B

$ cd ~/cba/Pixel-XL-binaries-for-Android-7.1.2-NJH47B

# extract google_devices-marlin-njh47b-cd5b463a.tgz and qcom-marlin-njh47b-c8f9d81f.tgz
# execute extract-google_devices-marlin.sh and extract-qcom-marlin.sh which will extract themselves into ./vendor

# copy files to ~/cba/cba-aosp-marlin-7.1.2_r17/vendor
$ cp -a vendor/google_devices/marlin/proprietary/vendor.img \
    ~/cba/cba-aosp-marlin-7.1.2_r17/vendor/google_devices/marlin/proprietary/vendor.img
$ cp -a vendor/qcom ~/cba/cba-aosp-marlin-7.1.2_r17/vendor/

Licensing

This repository is licensed under the Apache License, Version 2.0. See LICENSE for the details.

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.