Merge "Add STANDALONE_SYSTEMSERVER_JARS to classpath.proto."

This commit is contained in:
Treehugger Robot
2021-11-25 12:17:58 +00:00
committed by Gerrit Code Review

View File

@@ -21,6 +21,7 @@ enum Classpath {
BOOTCLASSPATH = 1;
SYSTEMSERVERCLASSPATH = 2;
DEX2OATBOOTCLASSPATH = 3;
STANDALONE_SYSTEMSERVER_JARS = 4;
}
// Individual entry in a classpath variable.