Skip to content

efidroid/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

EFIDroid

Getting Started

To get started with EFIDroid, you'll need to get familiar with Git and Repo.

To initialize your local repository using the EFIDroid trees, use a command like this:

repo init -u https://github.com/efidroid/manifest.git -b master

Then to sync up:

repo sync

Please see the EFIDroid Wiki for building instructions.

enabling optional manifest

This can be useful if you want to work on additional EFIDroid projects.

mkdir -p .repo/local_manifests
ln -s ../manifests/optional.xml .repo/local_manifests/optional.xml

Releases

No releases published

Packages

No packages published