Skip to content

alexanderwolz/android_device_whaleshark_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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 AP3A.241105.007 (android-15.0.0_r4)

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-15.0.0_r4
  3. git clone https://github.com/alexanderwolz/android_device_whaleshark_manifest.git -b android-15 .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/)