Add scheduling module to sdk extensions
Add visibility of the sdkinfo proto, as well as an enum for the module to be used by SdkExtensions. Bug: 188787081 Test: m com.android.scheduling and inspect it Change-Id: I5727e361b79ab0860d692261bde5f0b54279f791
This commit is contained in:
@@ -36,6 +36,7 @@ enum SdkModule {
|
||||
|
||||
// S modules
|
||||
ART = 8;
|
||||
SCHEDULING = 9;
|
||||
}
|
||||
|
||||
// A single extension version.
|
||||
|
||||
Reference in New Issue
Block a user