Make test api extend system in sdk_library.go

The test stubs for the "main" android API are being changed to
incude @SystemApi annotated APIs. Update sdk_library to make modules
and optional libraries follow the same principle.

Bug: 129133308
Test: presubmit
Change-Id: I7bd940e1a8127d954d30c532c74d684a5ba9d33c
Merged-In: I7bd940e1a8127d954d30c532c74d684a5ba9d33c
(cherry picked from commit 13dbaac5b6)
This commit is contained in:
Anton Hansson 2020-10-09 10:16:49 +01:00
parent ff98103505
commit 4fe970f303
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ var (
})
apiScopeTest = initApiScope(&apiScope{
name: "test",
extends: apiScopePublic,
extends: apiScopeSystem,
legacyEnabledStatus: (*SdkLibrary).generateTestAndSystemScopesByDefault,
scopeSpecificProperties: func(module *SdkLibrary) *ApiScopeProperties {
return &module.sdkLibraryProperties.Test