Add updatable_media_stubs to prevent private API use.
Bug: 123551910, Bug: 123253805 Test: build Change-Id: Id46ff05fa01db726d613ee2299b0c27921c88aae
This commit is contained in:
@@ -39,14 +39,14 @@ var classpathTestcases = []struct {
|
||||
name: "default",
|
||||
bootclasspath: []string{"core.platform.api.stubs", "core-lambda-stubs"},
|
||||
system: "core-platform-api-stubs-system-modules",
|
||||
classpath: []string{"ext", "framework"},
|
||||
classpath: []string{"ext", "framework", "updatable_media_stubs"},
|
||||
},
|
||||
{
|
||||
name: "blank sdk version",
|
||||
properties: `sdk_version: "",`,
|
||||
bootclasspath: []string{"core.platform.api.stubs", "core-lambda-stubs"},
|
||||
system: "core-platform-api-stubs-system-modules",
|
||||
classpath: []string{"ext", "framework"},
|
||||
classpath: []string{"ext", "framework", "updatable_media_stubs"},
|
||||
},
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user