Merge "Expand SystemApi annotation for generating system api"

This commit is contained in:
Treehugger Robot
2020-05-11 14:24:36 +00:00
committed by Gerrit Code Review

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",