diff options
author | Tobias Thierer <tobiast@google.com> | 2019-10-03 08:29:36 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-10-03 08:29:36 +0000 |
commit | 65e6a23e402baf609cd86dc04823e378c7107a1b (patch) | |
tree | 7f4634986f2ec65baf48495940f5dbd5ce300668 /mime/Android.bp | |
parent | f99b67b657cbace200b59cb2f99d45307a0d106e (diff) | |
parent | 9a3c44390bc650fcc44cdf033451c026acd70225 (diff) |
Merge "mime/Android.bp comment: Fix grammar."
Diffstat (limited to 'mime/Android.bp')
-rw-r--r-- | mime/Android.bp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mime/Android.bp b/mime/Android.bp index 51290f6b1176..8b2b05958b6f 100644 --- a/mime/Android.bp +++ b/mime/Android.bp @@ -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), |