Searched refs:bootclasspath (Results 1 – 6 of 6) sorted by relevance
1 # jarjar rules for the bootclasspath tethering framework library here
19 // It does not need to be jarjared because it is not placed on the bootclasspath.27 // included in the bootclasspath, they could incorrectly be included in the SDK documentation even147 // included either (some annotations would be duplicated on the bootclasspath).
21 // module <x> that is on the bootclasspath.
47 // bootclasspath jar whereas the other one ends up in a test jar. Bootclasspath
380 std::string bootclasspath; in RunDex2Oat() local383 bootclasspath = StringPrintf("-Xbootclasspath:%s", dex2oat_bootclasspath); in RunDex2Oat()561 AddRuntimeArg(bootclasspath); in RunDex2Oat()
611 // A temporary build target that is conditionally included on the bootclasspath if