Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Suicide-Squirrel/android_vendor_fdroid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDroid and UnifiedNlp for Custom ROMs

Download FDroid and UnifiedNlp prebuilt APKs for inclusion in a custom ROM. This also downloads the GPG armor files of the packages to verify them.

Getting the packages

  • Add it to your local manifest:

    <?xml version="1.0" encoding="UTF-8"?>
    <manifest>
        <!-- FDroid -->
        <project name="cryptomilk/android_vendor_fdroid"
                 path="vendor/fdroid"
                 remote="github"
                 revision="master" />
    </manifest>
    
  • After downloading to to the vendor dir and get the packages:

    cd vendor/fdroid
    ./get_packages.sh
    

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.2%
  • Makefile 0.8%