In Q, the DeviceResourceOverlays seems to have a higher priority by the following syntax.
appendOverlayData(ctx.Config().DeviceResourceOverlays(), device) appendOverlayData(ctx.Config().ProductResourceOverlays(), product) But up to P, the ProductResourceOverlays had a higher priority in both build time overlay and RRO. And in Q, build time overlay still shows that the ProductResourceOverlays has a higher priority. static_resource_overlays := $(product_package_overlays) $(device_package_overlays) Is there any other reason that changed like this? Or is it just a bug? -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/5e65fbf0-8dd1-419d-981b-371fbc16471d%40googlegroups.com.
