Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a998969b authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "mime/Android.bp comment: Fix grammar."

am: 65e6a23e

Change-Id: Ida0e15e6943897d0a16d23ddacaca07f3c60f32e
parents 5b479c80 65e6a23e
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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),