| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
We're not building sources so we shouldn't build resource either.
Even if we *were* building charset, we wouldn't want the ICU
charset provider SPI queried by default.
Fixes errors in the ART buildbot and CTS.
Change-Id: Ia3b1ca1e14cadaca99c6a616e13b7bb2792aa848
|
|
|
|
|
|
|
|
|
| |
This reverts commit 3b59929cb9978453c8bc81cf7e222c40fa42ce90.
Fixes the original flaky build issues and fixes a typo caught
by the previous review.
Change-Id: Ia8a008b75dba51980b064f9689477b8698bcfa5c
|
|
|
|
|
|
| |
This reverts commit de7c1fb9684c2558743e88fbf74a61f5ed6b47b5.
Change-Id: I22be183176e27371b3ab5fd8868598968cf01584
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The first approach of building icu4j against the SDK and adding that
to the boot classpath won't work out too well. Besides being a bit
of a hack, there's no way to express that relationship for hostdex
builds.
We now compile icu4j sources along with core-libart. This is the most
direct way of expressing this relationship and allows us to include
exactly what we need.
Note that we exclude the locale SPIs, transliterators and charset code
by default.
Change-Id: Idd305e77480bc681ed5b47e740dfec20d3bc7b26
|
|\
| |
| |
| |
| | |
* commit '1d5df1fbd8c786e0f936cb0175e4a3f288fc1890':
Get rid of rule to generate a file with a # in its name.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Was only around to work around perforce issues, and we have
a copy of this file checked in anyway.
Also, gets rid of an unused constant referencing the name.
Change-Id: Iddd5871130d779455f8ff960703945dc1d745e18
|
|\ \
| |/
| |
| |
| | |
* commit '2c0ffd5f475716e747e4fd47bc8f7996ad8d1b56':
Only bother building the host tests for Linux.
|
| |
| |
| |
| |
| |
| | |
It's the only place you can run the host tests anyway.
Change-Id: I5fe2b5b74e70a17696baf8ceaacaf4fca52d71ca
|
|/
|
|
|
|
|
| |
dual-boot
Bug: 18364650
Change-Id: I86ad8e627bbc558252b4c2aab520a5bf8639df5a
|
|
|
|
|
|
|
|
|
|
|
| |
These commits were equivalent but not exactly the same:
AOSP commit: adb19b9b603ba83ba49b1a10b6301e396132bf3b
Internal commit: 18e74061b760389a94439f4b14acb376809a44ce
This commit makes the internal files the same as AOSP
to make future diffs easier.
Change-Id: Ie2dcdd3940244c6dd18334b58037d2e8cca93920
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
croot
cd libcore
repo start dalvik-is-dead-long-live-dalvik .
repo sync -c .
git rm -r libdvm
git add JavaLibrary.mk (after removing libdvm references, adding explict core-libart references)
git add Docs.mk (after replacing references to libdvm with libart)
git add benchmarks/Android.mk (after adding explict core-libart references)
git add Android.mk (after removing dalvik-host target)
git commit -a -m 'Dalvik is dead, long live Dalvik!'
Bug: 14298175
Change-Id: I977e7b4be8ef1043b70ceb8532ac4947ea1b7ab8
|
|
|
|
|
|
|
|
|
|
| |
Bug: 13751317
Fix the Mac host build:
- conditionally define constants using pre-existing pattern,
- make Posix calls that the Mac doesn't support throw
UnsupportedOperationException.
Change-Id: Ib68887cbe36ab167d042eb96c7834bce0651b078
|
|
|
|
| |
Change-Id: I8098a97d9ce59d77dc11793b484497d39884ca3d
|
|
|
|
| |
This reverts commit 5ce66d51d2c5707789a82bb4b02c8dce94bbaf9c.
|
|
|
|
|
|
| |
This reverts commit a8f7639cb7dee119543ed7db0c219e300c11e951.
Change-Id: I5b5cda6db9de756f7b7aa01e5098b6737262fced
|
|
|
|
| |
Change-Id: I7571221096abbbc76c564033cd5a1c9f6d8553c4
|
|
|
|
|
|
|
|
| |
With this change, libcore_to_document will be evaluated only once.
As a side effect, this fixes the build log spam reported in:
https://code.google.com/p/android/issues/detail?id=63184
Change-Id: I4fcfbcd70f6d4b119487525825aeafa2926507b4
|
|
|
|
|
|
| |
(cherry-picked from commit 115197d88b5ce8a4a25a6deaa172cd1848e4f9d6)
Change-Id: Ie0f2d0b5fb88e6a507836db3609b4be53abb636b
|
|
|
|
|
|
|
|
| |
Use the new BUILD_HOST_DALVIK_JAVA_LIBRARY instead.
(cherry picked from commit bb99b4971afcf5616ad0a3d2b8edaf3bd74d101b)
Change-Id: If6822157b02126ede86b2e9cd4db11bdbae5b82b
|
|\
| |
| |
| | |
Change-Id: I883352e71c7d5f057764bdb822836023e57b6ba9
|
| |\
| | |
| | |
| | |
| | | |
* commit 'd058512d7f68bf4dbbd7775b879bc926c23816d0':
Split Conscrypt makefile out from libcore
|
| |\ \
| | | |
| | | |
| | | | |
Change-Id: I78bbec3aed3abb5ee4d77aea7444d44484ce729f
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
frameworks/base/core/tests/coretests uses the libcore/support/* classes
for SSL-based tests. Instead of including core-tests itself, we need to
split out the support classes to its own library to keep frameworks
tests below the dex method limit.
(cherry picked from commit b397b19a825d69e9122f1241849db726abae5413)
Bug: 10092469
Change-Id: Ib9b1dd60cb778dba79afcbe3001749d82afa99d2
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '775e4d5147f8b53c0cae3fab622bb3c95deacaf5':
Move conscrypt out libjavacore and split tests
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
library"""
* commit 'a0a63383693bfc083c7352994db3ed68865e8b9c':
Revert "Revert "Change conscrypt-nojarjar to a static library""
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Change-Id: I34643fc9fe299c582b29c8ffce19cc177d475abc
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* commit '2f8af406de5105e39dbd14792d3a45f73c58c149':
Revert "Change conscrypt-nojarjar to a static library"
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* commit '7eb201b98925bcf50447e270d25f1f1a2243cc71':
Change conscrypt-nojarjar to a static library
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* commit 'a534d5004e8ef8bfab280b3027b6bb9934da8a31':
create a separate lib for jsr166. Bug: 10390711
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* commit 'b76fb72d22fb0a202ba543856d38899bb4ace8c7':
Temporarily don't place jsr166 tests in coretests.
|
| |\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
* commit '58e672ed9af6e07968d3ee11036916e374877516':
Added jsr166 tck tests as part of the libcore testsuite.
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Change-Id: I2807095462667f6d2b3723b315d5365c77a60931
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Change-Id: I4c241d6b44265edd9a9606626b697148f77571f0
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Change-Id: I86febf08eacf42bb4b2f06dbd51c5b2d5b25c9fb
|
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Change-Id: I450b13e714cf68310bf53e2fe740e9ecaac44576
|
| |_|_|_|_|_|_|_|/
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Change-Id: I6c12a0e038a86b186b5d88b9f0ff28b8480b4aed
|
| |_|_|_|_|_|_|/
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
To make the situation with testing a little better and enable building
core libraries totally independent of conscrypt, move the native
registration to a JNI_OnLoad scheme. Also, since we want to separate the
testing, make conscrypt build its own tests library.
Change-Id: I9f2831839059c1c012ec7bdeab2f90b4e2f44bfd
|
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This reverts commit aae2e51f245328652c00c95004f394ff360e2fb8.
Split the support library out of core-tests so the frameworks tests
don't go over the method limit.
Change-Id: Ib177a41b9965f213d325964e9723bfdfba2c5b99
|
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
frameworks/base/core/tests/coretests uses the libcore/support/* classes
for SSL-based tests. Instead of including core-tests itself, we need to
split out the support classes to its own library to keep frameworks
tests below the dex method limit.
Change-Id: Ic11dbd1c6f897af10c6cfe47efb977018ef2ad9a
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
FrameworksCoreTests is too bloated now. Revert this.
This reverts commit 69314139247afa971dedc262b5a5fd1cf891d132.
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This doesn't need to be a shared library, so we can just use a static
library.
Change-Id: I6fb1a652d22fd4434f28f408142f1daefbbd0005
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
Bug: 10390711
(cherry picked from commit d47cd7206917560c7f522ede128490819a96b143)
Change-Id: I2646530dad175e2efe81b3f926a4d78a901f76ee
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
Build fix. We're over the dex method reference limit.
Removes part of commit 8f0d92bba199d906c70a5e40d7f3516c1a424117.
(cherry-pick of 5f17cb094449b2667f0fca5988da6f5b103161f9.)
Change-Id: If47b84c0baf2621e59ab262a0f9c088d98f5e33f
|
| |
| |
| |
| | |
Change-Id: I6094d734f818fa043f2b277cf2b4ec7fec68e26e
|
|/
|
|
|
|
| |
(cherry-picked from commit 6f567f2bcbd07375c723e03c994a7c7674f42c7e)
Change-Id: If3c7122d7a6e914d4a21a33d0dddcc234bb5089e
|
|
|
|
| |
Change-Id: I04498d8d8c4b065dbda8d7b30b8b77ce53e63a77
|
|
|
|
|
| |
Change-Id: Ib5bb7bec80d77464f632f1cdfef708d868301c42
(cherry picked from commit 9ae95d8f3381204108abc722e8e5a03d6ecbf311)
|
|
|
|
|
|
|
|
| |
To help with shipping the JSSE with apps that want to bundle it, move
it to a new package so that the tangles in other parts of the library
can be untangled.
Change-Id: I810b6861388635301e28aee5b9b47b8e6b35b430
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ic4acfcf8553e0108e6ad127afa2745bb551acba3
|