summaryrefslogtreecommitdiff
path: root/dalvikvm
AgeCommit message (Expand)Author
2024-04-23Set test ownerships for ART.Martin Stjernholm
2021-05-27Introduce `art::FastExit` to replace all uses of `quick_exit` in ART.Roland Levillain
2021-05-24art: unbreak dalvikvm builds on hostOrion Hodson
2021-05-12Make dalvikvm inherit art_defaults.Martin Stjernholm
2021-05-07Use `quick_exit` instead of `_exit` (except for error handling).Roland Levillain
2021-03-23Move libsigchain into whole_static_libs for dalvikvm on host.Nicolas Geoffray
2021-03-19Add min_sdk_version for ART module.Nicolas Geoffray
2021-03-15Make libsigchain a stub library.Nicolas Geoffray
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to artBob Badour
2020-10-23Rename ART release APEX to com.android.art.Martin Stjernholm
2020-04-13Don't call exit() while threads may be runningHans Boehm
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMARJiyong Park
2019-12-19Revert submission 1191937-art_apex_availableJoseph Murphy
2019-12-19Use apex_available propertyJiyong Park
2019-09-26Disable leak detection locally.Steven Moreland
2019-03-27Partially disable building ART for host on Mac.David Srbecky
2017-10-16Use target.linux for all linux kernel based targetsDan Willemsen
2017-10-02Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]Dan Willemsen
2017-09-27Simplify Android.bp filesDan Willemsen
2017-08-23ART: Remove art and art/runtime include_dir directivesAndreas Gampe
2017-07-19dalvikvm.cc: use proper nativehelper headersSteven Moreland
2017-07-18art: use proper nativehelper headersSteven Moreland
2016-09-08Convert more of art to Android.bpColin Cross
2016-09-07Revert "Convert more of art to Android.bp"Colin Cross
2016-09-06Fix art testsColin Cross
2016-09-06Convert more of art to Android.bpColin Cross
2016-08-23ART: Remove -std=gnu++11Andreas Gampe
2015-07-21Prefer 32-bit host executables on Mac.Ying Wang
2015-04-22Replace NULL with nullptrMathieu Chartier
2015-04-21Add AbstractMethod, Constructor, MethodMathieu Chartier
2015-04-02Remove version-script optionDmitriy Ivanov
2015-01-30Add options for building/testing with coverage.Dan Albert
2015-01-29Remove libcxx.mk cruft.Dan Albert
2014-10-20Link libsigchain.a instead of sigchain.oDmitriy Ivanov
2014-10-17Fix error message to match the code.Piotr Jastrzebski
2014-10-14Fix mac build (second attempt)Dmitriy Ivanov
2014-10-14Fixing mac buildDmitriy Ivanov
2014-10-07Remove libsigchain from LD_PRELOADSDmitriy Ivanov
2014-06-29Make ART_HOST_EXECUTABLES and ART_TARGET_SUPPORTED_ARCH include dalvikvm32 an...Brian Carlstrom
2014-06-27Create a dalvik symlink on the host.Ian Rogers
2014-06-24Multilib ART host.Ian Rogers
2014-06-10Remove deprecated WITH_HOST_DALVIK.Ian Rogers
2014-05-21Move art host to libc++Dan Albert
2014-05-19Now we have a proper C++ library, use std::unique_ptr.Ian Rogers
2014-05-16Add missing header necessary for libc++.Ian Rogers
2014-05-16Merge "dalvikvm: create the dalvikvm symlink to the primary version"Narayan Kamath
2014-05-15Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers
2014-05-15dalvikvm: create the dalvikvm symlink to the primary versionYongqin Liu
2014-04-16Preparation for transition to libc++.Ian Rogers
2014-04-01Build changes to build multilib testsAndreas Gampe