In Lollipop and the switch to ART and production builds with WITH_DEXPREOPT=true, the bootclasspath files are inside Boot.oat (/system/framework/arm/boot.oat), you won't wind anything inside the frameworks jars.
You have to build with WITH_DEXPREOPT=false to have the classic framework.jar with classes.dex inside.