summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-01 02:21:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-01 02:21:42 +0000
commit2b1357fe908ffc4743849969ea4d616f86e26bfa (patch)
tree43615bf002992631c22f82d574ab23b29ce8b6f2 /core/java
parent8bcd66d35f055b37eec2afc16468857607d56ee5 (diff)
parente534b2c6f439e2d64d5b3a95b640766c56e5995c (diff)
Merge changes Ia0623d38,Iaabd5d8b,I579bb12f,Ia9930edd
* changes: Fix splits class loader context for non dependant splits Encode the entire class loader context for dex2oat Add a command line option to optimize individual splits Refactor the arguments passed to dexopt invocations
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/content/pm/IPackageManager.aidl10
1 files changed, 1 insertions, 9 deletions
diff --git a/core/java/android/content/pm/IPackageManager.aidl b/core/java/android/content/pm/IPackageManager.aidl
index e5e7b779ff6a..64d687e9d3de 100644
--- a/core/java/android/content/pm/IPackageManager.aidl
+++ b/core/java/android/content/pm/IPackageManager.aidl
@@ -508,21 +508,13 @@ interface IPackageManager {
in boolean isSharedModule, IDexModuleRegisterCallback callback);
/**
- * Ask the package manager to perform a dex-opt for the given reason. The package
- * manager will map the reason to a compiler filter according to the current system
- * configuration.
- */
- boolean performDexOpt(String packageName, boolean checkProfiles,
- int compileReason, boolean force, boolean bootComplete, boolean downgrade);
-
- /**
* Ask the package manager to perform a dex-opt with the given compiler filter.
*
* Note: exposed only for the shell command to allow moving packages explicitly to a
* definite state.
*/
boolean performDexOptMode(String packageName, boolean checkProfiles,
- String targetCompilerFilter, boolean force, boolean bootComplete);
+ String targetCompilerFilter, boolean force, boolean bootComplete, String splitName);
/**
* Ask the package manager to perform a dex-opt with the given compiler filter on the