diff options
author | Andreas Gampe <agampe@google.com> | 2015-04-09 11:15:04 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-04-14 21:16:31 +0000 |
commit | 7848da48a0a4241dedc1cc83ac4931e61575eb92 (patch) | |
tree | 58a789b6b21893135a8770496175ccc7259d7ea6 /build | |
parent | 6c7bd25b2b2a07740bcd838c2f4024e67be83fd1 (diff) | |
download | art-7848da48a0a4241dedc1cc83ac4931e61575eb92.zip art-7848da48a0a4241dedc1cc83ac4931e61575eb92.tar.gz art-7848da48a0a4241dedc1cc83ac4931e61575eb92.tar.bz2 |
ART: Store classpath information into oat file
Store a "dependency list" of class-path dex-files into the key-value
store of an oat file. The list is made up of dex locations and
corresponding checksums.
Add tests for encoding, decoding and checking the list.
Bug: 19781184
Change-Id: Ie700dd37e6e086db599c95d329ac1f1d2ff0b758
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.gtest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index d9d09bc..7283710 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -67,6 +67,7 @@ ART_GTEST_exception_test_DEX_DEPS := ExceptionHandle ART_GTEST_jni_compiler_test_DEX_DEPS := MyClassNatives ART_GTEST_jni_internal_test_DEX_DEPS := AllFields StaticLeafMethods ART_GTEST_oat_file_assistant_test_DEX_DEPS := Main MainStripped MultiDex Nested +ART_GTEST_oat_file_test_DEX_DEPS := Main MultiDex ART_GTEST_object_test_DEX_DEPS := ProtoCompare ProtoCompare2 StaticsFromCode XandY ART_GTEST_proxy_test_DEX_DEPS := Interfaces ART_GTEST_reflection_test_DEX_DEPS := Main NonStaticLeafMethods StaticLeafMethods |