Skip to content

COVESA/aosp_platform-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVESA AOSP repo manifests

This repository contains repo manifests to build COVESA AOSP distributions.

Binary distributions can be found here instead: TBD

How to get source code

Initialize repo with our manifest:

mkdir -p ~/aosp/covesa-android-12.0.0 && cd "$_"
repo init -u https://github.com/COVESA/aosp_platform-manifest -b android-12 --depth=1

--depth=1 saves space and time. It creates a shallow clone, but you can still “unshallow” any repository on demand.

Fetch the sources:

repo sync -c

-c only syncs current manifest branch, which can also save space and time.

How to build

Prepare build:

source build/envsetup.sh
lunch

Select the target from lunch menu. For example, covesa_emu_arm64_car-userdebug. Then start the build:

m emu_img_zip

This creates following artifact: out/target/product/emulator_arm64/sdk-repo-linux-system-images-eng.${USER}.zip

How to distribute

Deployment details are part of device/covesa/emulator.

Releases

No releases published

Packages

No packages published