Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 737 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 737 Bytes

android-signer by rifux

sign your builds with ease

Getting started

1. Fetch the script itself

wget https://raw.githubusercontent.com/rifux/android-signer/release/sign.sh

2. Run sign.sh and follow the prompts

./sign.sh

3. Inherit keys into your device tree

Add these lines in kona.mk placed at device/{vendor_name}/{device_codename}/kona.mk (change {vendor_name} to your device vendor, for example Xiaomi; same for {device_codename})

# Signing
include vendor/lineage-priv/keys/keys.mk

4. Try building

Follow your custom ROM build guide (lunch device; mka bacon ...)