Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

put inherit-product after DEVICE_PACKAGE_OVERLAYS, PRODUCT_COPY_FILES and PRODUCT_PROPERTY_OVERRIDES #45

Open
Zkdc opened this issue Aug 15, 2020 · 0 comments

Comments

@Zkdc
Copy link

Zkdc commented Aug 15, 2020

It seems that the former configs in these variables(DEVICE_PACKAGE_OVERLAYS, PRODUCT_COPY_FILES and PRODUCT_PROPERTY_OVERRIDES) overrides the latter configs. for example:
PRODUCT_PROPERTY_OVERRIDES += ro.config.zram.enabled=true ro.config.zram.enabled=false
will get ro.config.zram.enabled=true in the build.
So we need to put these these variables before inherit-product to override the configs in inherited files instead of letting inherited files override our configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant