diff options
| author | 2019-10-03 02:17:29 -0700 | |
|---|---|---|
| committer | 2019-10-03 02:17:29 -0700 | |
| commit | 63df48af728d5061e20a2b9b77d570452e7a1f68 (patch) | |
| tree | 5c1fc6f228577b1a94c21b3bc18c3efe011c2e8b | |
| parent | 77cdafc23054c90c8f95862f4747e7a4c609ffde (diff) | |
| parent | 88f888c8dbfbfe472568d9e6ef43ad6222f63bfb (diff) | |
Merge "mime/Android.bp comment: Fix grammar." am: 65e6a23e40 am: a998969b16
am: 88f888c8db
Change-Id: I07e66d8b1a3344bde66e191aa987f36880698ccf
| -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), |