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:
Anton Hansson
2021-06-01 13:59:02 +01:00
parent 9cd023a5c0
commit 0d974ddb4e
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ enum SdkModule {
// S modules
ART = 8;
SCHEDULING = 9;
}
// A single extension version.