index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libartbase
/
base
/
file_utils_test.cc
Age
Commit message (
Expand
)
Author
2024-11-11
Consolidate the use of some constants.
Jiakai Zhang
2024-10-04
Search in /system_ext for apex systemserver dexpreopt files
Spandan Das
2023-04-05
Fix "readability-redundant-string-cstr" clang-tidy issues
Stefano Cianciulli
2022-01-07
Ignore changes to irrelevant APEXes
Alan Stokes
2021-12-02
Respect ART_APEX_DATA for default artifact dir
Victor Hsieh
2021-10-15
Allow odrefresh to write elsewhere than dalvik-cache
Alan Stokes
2021-09-22
Update ART runtime to recognize artifacts on /system for APEX.
Jiakai Zhang
2021-07-14
Trigger on-device AOT compilation for system_server on mainline update.
Jiakai Zhang
2021-02-25
odrefresh: regenerate artifacts after ART APEX update
Orion Hodson
2021-02-17
libartbase: add utilities for on-device signing files
Orion Hodson
2020-07-15
Fixes for gtests in eng-prod
David Srbecky
2019-09-24
Various renames following the name change from "Runtime APEX" to "ART APEX".
Martin Stjernholm
2019-08-08
Remove icu .dat file from Runtime module
Victor Chang
2019-04-12
Adjust the dladdr-based introspection logic used in art::GetAndroidRootSafe.
Roland Levillain
2019-04-08
Add art::GetAndroidRuntimeRootSafe and art::GetAndroidRuntimeRoot.
Roland Levillain
2018-11-06
Enable building art and tests with linux_bionic
Alex Light
2018-10-17
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-06-19
ART: Fix clang-analyzer leak/memory warnings
Andreas Gampe
2018-05-25
Move more test code to CommonArtTest
David Sehr
2018-05-11
Prepare to move ArtDexFileLoader to libdexfile
David Sehr