commit | 73336f8c82128afbe5acb2d27000009fed13fc44 | [log] [tgz] |
---|---|---|
author | Mohammad Islam <samiul@google.com> | Fri Oct 29 08:56:02 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 29 08:56:02 2021 +0000 |
tree | 8ac71c15168fe3412557633c8f01d3c44b8e6635 | |
parent | 53cb0241c3ad398e28668879e1a57ee5a30e848a [diff] | |
parent | ba9defcb85542a936c8702c911925733767583cc [diff] |
Merge "Add new fields for carrying classpath information"
diff --git a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl index ece7989..bffab5e 100644 --- a/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl +++ b/libs/binder/aidl/android/content/pm/StagedApexInfo.aidl
@@ -27,4 +27,7 @@ @utf8InCpp String diskImagePath; long versionCode; @utf8InCpp String versionName; + boolean hasBootClassPathJars; + boolean hasDex2OatBootClassPathJars; + boolean hasSystemServerClassPathJars; }