Merge "Created empty framework-location non-updatable module" into main

This commit is contained in:
Anton Hansson 2023-10-24 12:43:36 +00:00 committed by Gerrit Code Review
commit 05eabd9c4d
2 changed files with 2 additions and 0 deletions

View file

@ -683,6 +683,7 @@ func NewConfig(cmdArgs CmdArgs, availableEnv map[string]string) (Config, error)
"framework-connectivity": {},
"framework-connectivity-t": {},
"framework-graphics": {},
"framework-location": {},
"framework-media": {},
"framework-mediaprovider": {},
"framework-ondevicepersonalization": {},

View file

@ -28,6 +28,7 @@ var legacyCorePlatformApiModules = []string{
"FloralClocks",
"framework-jobscheduler",
"framework-minus-apex",
"framework-minus-apex-headers",
"framework-minus-apex-intdefs",
"FrameworksCoreTests",
"HelloOslo",