lineageos4microg / docker-lineage-cicd

Docker microservice for LineageOS Continuous Integration and Continous Deployment
https://hub.docker.com/r/lineageos4microg/docker-lineage-cicd
GNU General Public License v3.0
480 stars 189 forks source link

Do we need to sign APEX files during the build? #646

Open petefoth opened 3 weeks ago

petefoth commented 3 weeks ago

We don't currently sign APEX files during the build. I don't know

  1. What the implications are of not signing them
  2. Whether we need to add code to a. generate the apk-specific keys b. sign the APEXes during the build

Background