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 ๐
soong json generation has improved a lot since pie. There are now saner functions to handle this. For reference, see this.
So, now our custom map's config.mk would looks something like this:
https://github.com/PotatoProject-next/vendor_potato/commit/6ca5af3c9647898ea60feab9c8711fa64333aa06
So, now our custom map's config.mk would looks something like this:
https://github.com/PotatoProject-next/vendor_potato/commit/6ca5af3c9647898ea60feab9c8711fa64333aa06
GitHub
soong_config: Switch to json_map calls ยท PotatoProject-next/vendor_potato@6ca5af3
Change-Id: I8b18665e40bb12c532c119e7a59b5848a1f9fe75
Signed-off-by: Kshitij Gupta
Signed-off-by: Kshitij Gupta