Merge "mime/Android.bp comment: Fix grammar." am: 65e6a23e40 am: a998969b16 am: 88f888c8db

am: 63df48af72

Change-Id: Ida05b76c6ec81094d28ab3798f85843eaf119506
This commit is contained in:
Tobias Thierer
2019-10-03 02:23:33 -07:00
committed by android-build-merger

View File

@@ -43,11 +43,10 @@ java_library {
// The mimemap-res.jar and mimemap-testing-res.jar genrules produce a .jar that
// has the resource file in a subdirectory res/ and testres/, respectively.
// Those paths need to They need to be in different paths because one of them
// ends up on a bootclasspath jar whereas the other one ends up in a test jar.
// Bootclasspath resources hide test or application resources under the same
// path because ClassLoader.getResource(String) consults the parent ClassLoader
// first.
// They need to be in different paths because one of them ends up in a
// bootclasspath jar whereas the other one ends up in a test jar. Bootclasspath
// resources hide test or application resources under the same path because
// ClassLoader.getResource(String) consults the parent ClassLoader first.
//
// Further notes:
// - the "cp" command will flatten any directory paths that occur in $(in),