Skip to content

funkyfreddy89/manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Please use the main Repo at https://github.com/BlissRoms-x86/manifest

Initializing Repository

Repo initialization:

$ repo init -u https://github.com/funkyfreddy89/manifest.git -b n7.1-x86

sync repo :

$ repo sync --no-tags --no-clone-bundle

Building

After the sync is finished, please read the Building the image instructions from the Android-x86 site on how to build.

For 32 bit userspace:

$ . build/envsetup.sh

$ lunch bliss_android_x86-userdebug

$ mka iso_img

For 64 bit userspace:

$ . build/envsetup.sh

$ lunch bliss_android_x86_64-userdebug

$ mka iso_img

If you would like to make a UEFI .img file:

$ mka efi_img

If you get errors while building the kernel (like recipe for target 'silentoldconfig' failed), try cleaning the output directory, then building the kernel with a single thread:

$ make clean
$ make kernel -j1 && make iso_img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published