hinki1 / lineage..vendor_fdroid

Add F-Droid to Custom ROMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 this to your local manifest:

    <?xml version="1.0" encoding="UTF-8"?>
    <manifest>
        <!-- FDroid -->
        <project name="Professor-Berni/android_vendor_fdroid"
                 path="vendor/fdroid"
                 remote="github"
                 revision="master" />
    </manifest>
    
  • Sync the sources.

  • After downloading go to the vendor dir and get the packages:

    cd vendor/fdroid
    ./get_packages.sh
    

About

Add F-Droid to Custom ROMs

License:Apache License 2.0


Languages

Language:Shell 100.0%