File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,8 @@ in mkIf (config.flavor == "lineageos")
130130 envVars . RELEASE_TYPE = mkDefault "EXPERIMENTAL" ; # Other options are RELEASE NIGHTLY SNAPSHOT EXPERIMENTAL
131131
132132 # LineageOS flattens all APEX packages: https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/270212
133- # I can't find the CI config where this env var is set, but all device ROMS I
134- # tried had flattened APEX packages as of 2020-07-22
135133 signing . apex . enable = false ;
134+ # This environment variable is set in android/build.sh under https://github.com/lineageos-infra/build-config
136135 envVars . OVERRIDE_TARGET_FLATTEN_APEX = "true" ;
137136
138137 # LineageOS needs this additional command line argument to enable
You can’t perform that action at this time.
0 commit comments