Skip to content

alexanderwolz/android_device_whaleshark_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Repository Collection for Whale Shark AAOS

GitHub release (latest by date) GitHub GitHub code size in bytes GitHub all releases

🧑‍💻 About

This repository contains the local manifest definition for Whale Shark AAOS.

🛠️ Setup

This product is currently being tested against UQ1A.231205.015.A1 (android-14.0.0_r18)

See Android tags for other build ids and branches

Download AOSP repository and manifest

Clone this repository into the .repo/local_manifest folder of your AOSP root, such as:

  1. cd $AOSP_HOME (this is a placeholder for your workdir)
  2. repo init -u https://android.googlesource.com/platform/manifest -b android-14.0.0_r18
  3. git clone https://github.com/alexanderwolz/android_device_whaleshark_manifest.git -b android-14 .repo/local_manifests
  4. repo sync -c -j$(nproc --all)

In any case there are several local manifests, clone repo somewhere else and symlink the whaleshark.xml directly.

⚙️ Build the product

This follows the normal AOSP build approach, e.g.

  1. cd $AOSP_HOME
  2. source build/envsetup.sh
  3. lunch (choose your device)
  4. m -j$(nproc --all)
  5. See compiled files at $ANDROID_PRODUCT_OUT (should be out/target/product/)