java_sdk_library: Remove unused stubsLibraryDependencyTag
Bug: 145998881 Test: m checkbuild Change-Id: I3ce0fa498c261a9a1f0382f6d548bb070a656358
This commit is contained in:
@@ -24,7 +24,6 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/google/blueprint"
|
||||
"github.com/google/blueprint/proptools"
|
||||
)
|
||||
|
||||
@@ -54,11 +53,6 @@ const (
|
||||
`</permissions>\n`
|
||||
)
|
||||
|
||||
type stubsLibraryDependencyTag struct {
|
||||
blueprint.BaseDependencyTag
|
||||
name string
|
||||
}
|
||||
|
||||
var (
|
||||
publicApiStubsTag = dependencyTag{name: "public"}
|
||||
systemApiStubsTag = dependencyTag{name: "system"}
|
||||
|
Reference in New Issue
Block a user