diff options
author | Todd Kennedy <toddke@google.com> | 2016-02-24 10:28:21 -0800 |
---|---|---|
committer | Todd Kennedy <toddke@google.com> | 2016-03-02 07:57:01 -0800 |
commit | 39bfee5e3674faea992c32204abc1c03429b8cda (patch) | |
tree | 8469cb1cb9148eb34d0591da06a986b734d51249 /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | f445f76ecafd9734e7f2ff9d5e42c3d77fdcfffd (diff) |
Splits without restart
In specific cases [as determined by the installer], we can install
splits without restarting the application. The split must be purely
additive [i.e. it should not modify class(es)/resource(s) defined
in the base or other splits. Otherwise, the behaviour could be
inconsistent [e.g. if a modified class was already loaded, the
modified version won't be loaded until the process is restarted].
The platform does not perform any verification that the split is
purely additive.
Bug: 26463098
Change-Id: I3526c3b1b847a8e0afabc7a4787fa770422196b7
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions