Skip to content

EmmettTsai/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

The Android Open Source Project Oreo 8.0.0_r1

Initializing repository

repo init -u git://github.com/EmmettTsai/manifest.git -b flo-oreo-test

Initialized to be downloaded with the kernel source

repo init -u git://github.com/EmmettTsai/manifest.git -b flo-oreo-test -g default,kernel-source

Sync code

repo sync

Setup and Launch

source build/envsetup.sh
lunch aosp_flo-userdebug

Build kernel

cd $KERNEL_SRC_DIR
export ARCH=arm
export SUBARCH=arm
export CROSS_COMPILE=arm-linux-androideabi-
make flo_defconfig
make -j8
export TARGET_PREBUILT_KERNEL=$KERNEL_SRC_DIR/arch/arm/boot/zImage

Build ota

cd $ANDROID_BUILD_TOP
make -j8 otapackage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published