aboutsummaryrefslogtreecommitdiffstats
path: root/java/support_libraries.go
Commit message (Collapse)AuthorAgeFilesLines
* Make MakeVarsContext a PathContextColin Cross2019-02-071-5/+4
| | | | | | | | | | Expose all of SingletonContext to makeVarsContext, and then export the subset of it that is used through MakeVarsContext.SingletonContext, plus what is necessary for PathContext, directly through MakeVarsContext. Test: m checkbuild Change-Id: Ie00f36e577fe110b6fa03b901da489d8547773c6
* Export lists of support libraries modules to MakeColin Cross2018-05-031-0/+66
Make will use the list to sort support libraries into LOCAL_STATIC_ANDROID_LIBRARIES and LOCAL_STATIC_JAVA_LIBRARIES as appropriate. Bug: 78300023 Test: m checkbuild Change-Id: I58582b124f2b6a9b124683ddf8f5d77314f2e941 Merged-In: I58582b124f2b6a9b124683ddf8f5d77314f2e941 (cherry picked from commit ff8ab0745f59c9c1ec3268051e24956ba8647849)