This repository contains the local manifest definition for Whale Shark AAOS.
This product is currently being tested against BP1A.250505.005 (android-15.0.0_r32)
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_r32git clone https://github.com/alexanderwolz/android_device_whaleshark_manifest.git -b android-15 .repo/local_manifestsrepo 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_HOMEsource build/envsetup.shlunch(choose your device)m -j$(nproc --all)- See compiled files at
$ANDROID_PRODUCT_OUT(should beout/target/product/)