Skip to content

Commit e8a0789

Browse files
committed
lineageos: add note about upstream CI build script
1 parent 8454265 commit e8a0789

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flavors/lineageos/default.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)