summaryrefslogtreecommitdiff
path: root/artd/binder/com/android/server/art/ArtifactsPath.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'artd/binder/com/android/server/art/ArtifactsPath.aidl')
-rw-r--r--artd/binder/com/android/server/art/ArtifactsPath.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/artd/binder/com/android/server/art/ArtifactsPath.aidl b/artd/binder/com/android/server/art/ArtifactsPath.aidl
index 3122f0f6b9..e1b1906263 100644
--- a/artd/binder/com/android/server/art/ArtifactsPath.aidl
+++ b/artd/binder/com/android/server/art/ArtifactsPath.aidl
@@ -28,4 +28,9 @@ parcelable ArtifactsPath {
@utf8InCpp String isa;
/** Whether the dexopt artifacts are in the dalvik-cache folder. */
boolean isInDalvikCache;
+ /**
+ * Whether the dexopt artifacts are for Pre-reboot Dexopt. For now, this is always `false` for
+ * inputs because we never take Pre-reboot artifacts as inputs.
+ */
+ boolean isPreReboot;
}