shit here could be wrong/misleading; take all this with a grain of salt.
All modules to be added as bootjars need to migrate to Android.bp rules
They also need to be marked as installable
Else they aren't picked up for bootjar dexpreopt at all
installable: true,
Else they aren't picked up for bootjar dexpreopt at all
Also, much like last time, snooping around base, SystemUI and Settings, doesn't look like Google pushed any major visual changes on the preview tag.
Kshitij Gupta
Photo
You can add
But yeah, if you have this, I guess it's time to fix your build rules.
BUILD_BROKEN_DUP_RULES := trueto work around this for the time being.
But yeah, if you have this, I guess it's time to fix your build rules.
Similarly,
Google was nice enough to "warn" us this way, I guess 😆
BUILD_BROKEN_PHONY_TARGETS := trueParticularly useful if you're trying to use the current
kernel.mk rules. Again, this should be fixed up properly and this is a mere workaround.Google was nice enough to "warn" us this way, I guess 😆