summaryrefslogtreecommitdiffstats
path: root/JavaLibrary.mk
Commit message (Expand)AuthorAgeFilesLines
* Remove prohibition on stripping classes.dex from core-libart for Dalvik/ART d...Brian Carlstrom2014-11-201-6/+0
* Removing differences between AOSP and internalNeil Fuller2014-09-041-4/+6
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-051-28/+3
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-091-34/+31
* Remove reference to unused okhttp-test build targetNeil Fuller2014-05-291-1/+1
* Revert "Revert "Do not dexopt core-libart""Brian Carlstrom2013-12-151-0/+6
* Revert "Do not dexopt core-libart"Brian Carlstrom2013-12-111-6/+0
* Do not dexopt core-libartBrian Carlstrom2013-12-101-0/+6
* Better way to export variables in Docs.mk.Ying Wang2013-12-041-1/+1
* Remove incorrect LOCAL_NO_STANDARD_LIBRARIES flag.Narayan Kamath2013-11-251-1/+0
* Remove uses of LOCAL_BUILD_HOST_DEXNarayan Kamath2013-11-251-11/+6
* Merge commit '0a56e711dc7b1a310f57c58f5cb61add4808f713' into HEADThe Android Open Source Project2013-11-221-16/+30
|\
| * am d058512d: Merge "Split Conscrypt makefile out from libcore"Kenny Root2013-09-171-84/+0
| |\
| * \ resolved conflicts for merge of e89c4900 to klp-dev-plus-aospKenny Root2013-08-301-1/+0
| |\ \
| | * | Move support library to a separate static libraryKenny Root2013-08-301-4/+18
| * | | am 775e4d51: Merge "Move conscrypt out libjavacore and split tests"Kenny Root2013-08-301-8/+54
| |\ \ \
| * \ \ \ am a0a63383: Merge "Revert "Revert "Change conscrypt-nojarjar to a static lib...Kenny Root2013-08-291-3/+3
| |\ \ \ \
| * \ \ \ \ resolved conflicts for merge of 932cf368 to klp-dev-plus-aospBrian Carlstrom2013-08-291-3/+18
| |\ \ \ \ \
| * \ \ \ \ \ am 2f8af406: Merge "Revert "Change conscrypt-nojarjar to a static library""Kenny Root2013-08-291-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 7eb201b9: Merge "Change conscrypt-nojarjar to a static library"Kenny Root2013-08-281-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am a534d500: Merge "create a separate lib for jsr166. Bug: 10390711"Brian Carlstrom2013-08-231-0/+13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am b76fb72d: Merge "Temporarily don\'t place jsr166 tests in coretests."Elliott Hughes2013-08-191-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 58e672ed: Merge "Added jsr166 tck tests as part of the libcore testsuite."Elliott Hughes2013-08-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Add make rule for dex.Tsu Chiang Chuang2013-07-241-0/+6
| * | | | | | | | | | Add core-libart.jar alongside core.jarBrian Carlstrom2013-06-251-21/+30
| * | | | | | | | | | Adding libart support to libcoreBrian Carlstrom2013-05-221-0/+6
* | | | | | | | | | | Harmonize sources across core-tests and core-tests-hostdexNarayan Kamath2013-11-151-2/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Split Conscrypt makefile out from libcoreKenny Root2013-09-161-84/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Move conscrypt out libjavacore and split testsKenny Root2013-08-301-8/+54
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Revert "Revert "Change conscrypt-nojarjar to a static library""Kenny Root2013-08-291-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Move support library to a separate static libraryKenny Root2013-08-291-3/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | Revert "Change conscrypt-nojarjar to a static library"Kenny Root2013-08-291-3/+3
| |_|_|_|/ |/| | | |
* | | | | Change conscrypt-nojarjar to a static libraryKenny Root2013-08-281-3/+3
| |_|_|/ |/| | |
* | | | create a separate lib for jsr166.Tsu Chiang Chuang2013-08-231-0/+13
| |_|/ |/| |
* | | Temporarily don't place jsr166 tests in coretests.Ian Rogers2013-08-191-1/+1
| |/ |/|
* | Added jsr166 tck tests as part of the libcore testsuite.Calin Juravle2013-08-141-1/+1
* | Add make rule for dex.Tsu Chiang Chuang2013-07-241-0/+6
|/
* Move some files with dalvik dependencies to libdvmBrian Carlstrom2013-05-131-0/+1
* Move dex utilities from dalvik/dx to libcore/dex part 2Jesse Wilson2013-04-301-1/+1
* Move JSSE to new packageKenny Root2013-04-291-5/+56
* Merge "Move the external/apache-harmony/math tests into libcore."Elliott Hughes2013-04-061-1/+1
|\
| * Move the external/apache-harmony/math tests into libcore.Elliott Hughes2013-04-041-1/+1
* | Switch to OkHttp as URL's preferred HTTP implementation.jwilson2013-04-031-3/+3
|/
* Implement UTS #35 5-count date format patterns.Elliott Hughes2013-02-071-5/+5
* Track rename of mockwebserver-hostdex to mockwebserver-hostBrian Carlstrom2013-01-171-1/+1
* Add NIST PKIX tests to core-tests and knownfailuresKenny Root2013-01-171-2/+2
* am 44d48b2d: Merge "Improve the System.currentTimeMillis/Date/DateFormat/Simp...Elliott Hughes2012-11-081-1/+1
|\
| * Improve the System.currentTimeMillis/Date/DateFormat/SimpleDateFormat documen...Elliott Hughes2012-11-081-1/+1
* | am ca5c576d: Merge "Fix LIBCORE_SKIP_TESTS without causing warnings."Elliott Hughes2012-10-181-1/+4
|\ \ | |/
| * Fix LIBCORE_SKIP_TESTS without causing warnings.Elliott Hughes2012-10-181-1/+4