Skip to content

This repo contains the ICL vendor specific binaries for Android 7.1.X for Pixel XL (marlin)

License

Notifications You must be signed in to change notification settings

clondroid/android_vendor_marlin_7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repo contains the ICL vendor specific binaries for Android 7.1.X for Pixel XL (marlin)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published