diff options
| author | 2021-10-08 12:47:13 +0100 | |
|---|---|---|
| committer | 2021-10-27 11:29:36 +0100 | |
| commit | ba9defcb85542a936c8702c911925733767583cc (patch) | |
| tree | 9d26e5cf54fa91c73811f9d4c1c1311de51e705b | |
| parent | 35de4cf0f1a6372048d7cfd17c5007d44b169945 (diff) | |
Add new fields for carrying classpath information
Bug: 187444679
Test: atest ApexTestCases
Test: atest StagedInstallInternalTest
Change-Id: I16050e0adf95f86cc1b476744d70367d7d67292c
| -rw-r--r-- | libs/binder/aidl/android/content/pm/StagedApexInfo.aidl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl index ece79895f7..bffab5e86b 100644 --- a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl +++ b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl @@ -27,4 +27,7 @@ parcelable StagedApexInfo { @utf8InCpp String diskImagePath; long versionCode; @utf8InCpp String versionName; + boolean hasBootClassPathJars; + boolean hasDex2OatBootClassPathJars; + boolean hasSystemServerClassPathJars; } |