Merge "Expand SystemApi annotation for generating system api" am: d2e4822774

Change-Id: I22fe5685b9a38ddbe4d54f128abc20abba11dc4f
This commit is contained in:
Treehugger Robot
2020-05-11 14:34:56 +00:00
committed by Automerger Merge Worker

View File

@@ -171,7 +171,7 @@ var (
apiFilePrefix: "system-",
moduleSuffix: sdkSystemApiSuffix,
sdkVersion: "system_current",
droidstubsArgs: []string{"-showAnnotation android.annotation.SystemApi"},
droidstubsArgs: []string{"-showAnnotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\)"},
})
apiScopeTest = initApiScope(&apiScope{
name: "test",