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

Change-Id: Ic2aef0610a58bb361ef37cca2668f4396182b630
This commit is contained in:
Treehugger Robot
2020-05-11 14:45:31 +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",