Age | Commit message (Collapse) | Author |
|
This reverts commit 8404f348c96c929981b157b8240d55bc81222003.
Reason for revert: b/148125232 was fixed
Bug: 148125232
Change-Id: I5a8232959f804c203850aaaf3dac97e286dd188f
|
|
Propagate the storage type from the enclosing union to each
individual field when it is defined by provided macros.
Test: m test-art-host-gtest
Bug: 148125232
Change-Id: I6976c4e7668d62f500ee1a413a30e02bc8b68cea
|
|
Test fails after:
https://android-review.googlesource.com/c/platform/build/soong/+/1209543
Bug: 148125232
Test: bit_struct_test
Change-Id: Ia098ac655c1e9b1232628e6988957a51a92f7fd9
|
|
Handles libartbase, libdexfile and libprofile.
Bug: 116054210
Test: WITH_TIDY=1 mmma art
Change-Id: Ibeee2446e2978af45402d9ca47c75ffc438de316
|
|
Enforce the layering that code in runtime/base should not depend on
runtime by separating it into libartbase. Some of the code in
runtime/base depends on the Runtime class, so it cannot be moved yet.
Also, some of the tests depend on CommonRuntimeTest, which itself needs
to be factored (in a subsequent CL).
Bug: 22322814
Test: make -j 50 checkbuild
make -j 50 test-art-host
Change-Id: I8b096c1e2542f829eb456b4b057c71421b77d7e2
|