platform_build_soong/java/config
Neil Fuller 1fee9f3dd0 Include all core libs in default boot classpath
To migrate the default compilation over to using
"core platform api" stubs we need to make the "before"
state as close to the "after" state as possible.

The stubs will include all "core libraries" so it
makes sense to include those that contribute to the
"core platform api": okhttp, bouncycastle and conscrypt.

(apache-xml is not included because it doesn't contribute
to the core platform API).

After this change all explicit dependencies to okhttp,
bouncycastle and conscrypt in situations where the
default boot classpath is used can be removed.

A knock-on of this change is that the conscrypt, bouncycastle
and okhttp targets need to be adjusted to explicitly
depend on core-oj / core-libart with no_standard_libs: true
to avoid a cycle.

Bug: 113148576
Test: treehugger
Change-Id: I1677af8d9d48fd026874ebce4c864f39ec1a5a3d
2018-10-10 08:42:12 +00:00
..
config.go Include all core libs in default boot classpath 2018-10-10 08:42:12 +00:00
error_prone.go Run ErrorProne in OpenJDK9 2018-06-20 21:03:16 -07:00
kotlin.go Initial kotlin support 2017-10-17 16:25:22 -07:00
makevars.go Use manifest merger in Soong 2018-07-11 05:52:26 +00:00