nikgapps/config

Can I use `2` instead of `1` for packages/appsets in my config file?

Closed this issue · 5 comments

config/README.md

Lines 36 to 37 in 67663ad

- Configure your config file, set `AppSet=1` or `>>Package=1` if you want to keep it in your package, else set it to `0`
For e.g. `YouTube=1`, `PixelLauncher=1`, `>>PixelTips=1` will keep these packages in your custom gapps build while `Drive=0` will skip the package (Any other values will be ignored)
says I can only use 1 or 0 but generally that config file allows for 2 also to indicate not to remove an AOSP package.

Can I actually use 2 instead of 1 in my config file that I push in a PR here or can I only use 1 and I will have to modify the config in the generated ZIP when I download it?

Yes you can use 2

Hrm. This didn't actually seem to work. I pushed 9ecb0a4 to simply change 1s to 2s in my config and the resulting ZIP was much smaller, and missing many packages.

Awesome. I guess I will have to re-push my last PR to be included in the next build round.

@brianjmurrell are we good to close this issue?