`SYSTEMSERVERCLASSPATH` is generated from `PRODUCT_SYSTEM_SERVER_JARS`.
@@ -29,10 +17,4 @@ as of http://ag/9145619.
`framework.jar` merging the two jar files, and this jar file is what's
put on the device and loaded by Zygote.
This is *not* the final design. From a gerrit comment on http://ag/9145619:
> This CL is just the first step, and the current state isn't not really the final form. For now we just want to have two separate jars, which makes it easier for us to analyze dependencies between them, and I wanted to minimize the change to the rest of the system. So, for example, zygote will still only have "framework.jar" in its classpath, instead of the two jars for now.
> But yes, eventually, we won't even be able to have the monolithic "framework.jar" file because of mainline, so we need to figure out how to build the system without creating it. At that point zygote will have the two separate jar files in its classpath.
> When we reach that point, we should revisit the naming of it, and yes, maybe the simple "framework.jar" is a good option.
> But again, for now, I want to make this change as transparent as possible to the rest of the world.