Skip to content

AOSP-12/local_manifests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Open Source Project

用你知道的方式把AOSP源码同步下来

# Google Code

repo init -u https://android.googlesource.com/platform/manifest -b android-12.0.0_r8 --depth=1

git clone https://vm.cooluc.com/AOSP-12/local_manifests .repo/local_manifests -b 12

# 同步源码

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

编译

# Set up environment
$ . build/envsetup.sh

# Choose a target
$ lunch aosp_$device-userdebug

# Build the code
$ brunch $device

已有源码切换分支

$ repo init -b android-12.0.0_r8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages