Merge "mime/Android.bp comment: Fix grammar." am: 65e6a23e40 am: a998969b16
am: 88f888c8db
Change-Id: I07e66d8b1a3344bde66e191aa987f36880698ccf
This commit is contained in:
@@ -43,11 +43,10 @@ java_library {
|
|||||||
|
|
||||||
// The mimemap-res.jar and mimemap-testing-res.jar genrules produce a .jar that
|
// 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.
|
// 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
|
// They need to be in different paths because one of them ends up in a
|
||||||
// ends up on a bootclasspath jar whereas the other one ends up in a test jar.
|
// bootclasspath jar whereas the other one ends up in a test jar. Bootclasspath
|
||||||
// Bootclasspath resources hide test or application resources under the same
|
// resources hide test or application resources under the same path because
|
||||||
// path because ClassLoader.getResource(String) consults the parent ClassLoader
|
// ClassLoader.getResource(String) consults the parent ClassLoader first.
|
||||||
// first.
|
|
||||||
//
|
//
|
||||||
// Further notes:
|
// Further notes:
|
||||||
// - the "cp" command will flatten any directory paths that occur in $(in),
|
// - the "cp" command will flatten any directory paths that occur in $(in),
|
||||||
|
|||||||
Reference in New Issue
Block a user