diff options
author | Chang Xing <chxing@google.com> | 2017-06-30 11:55:01 -0700 |
---|---|---|
committer | Chang Xing <chxing@google.com> | 2017-06-30 11:55:01 -0700 |
commit | e602b1cde4e422b9ff508b8b3dbfb31cadd826b7 (patch) | |
tree | bc90c2b7c8b0be9bd17c3052e11aa04d81549ec0 /test/MultiDex | |
parent | 222a480d96d3777564735258679f3fb508effce1 (diff) |
Fix boot classes init when compiling app image
Classes resident in boot library should not be initialized and stored in
app image anyway while compiling app image.
Fixed by checking the location of classes in compiler driver when
initializing classes and is compiling app image.
The InitializeDependencies is advanced which makes TryInitialize become
the only entrypoint for app image, and since boot image doesn't need
this function, the behavior for compiling boot image should stay the
same.
Bug: 62715577
Test: not covered now, will be fixed and test by another CL.
Change-Id: I8e683e6b14f1402dba8ef5c4b0f5fa936a343d8c
Diffstat (limited to 'test/MultiDex')
0 files changed, 0 insertions, 0 deletions