This repository contains the local manifest definition for Whale Shark AAOS.
This product is currently being tested against AP3A.241105.007 (android-15.0.0_r4)
See Android tags for other build ids and branches
Clone this repository into the .repo/local_manifest folder of your AOSP root, such as:
cd $AOSP_HOME
(this is a placeholder for your workdir)repo init -u https://android.googlesource.com/platform/manifest -b android-15.0.0_r4
git clone https://github.com/alexanderwolz/android_device_whaleshark_manifest.git -b android-15 .repo/local_manifests
repo sync -c -j$(nproc --all)
In any case there are several local manifests, clone repo somewhere else and symlink the whaleshark.xml
directly.
This follows the normal AOSP build approach, e.g.
cd $AOSP_HOME
source build/envsetup.sh
lunch
(choose your device)m -j$(nproc --all)
- See compiled files at
$ANDROID_PRODUCT_OUT
(should beout/target/product/
)