Drop libprofile modules from baselinseApexAvailable map
The implicit //apex_available:anyapex seems to be unused, so we can drop it Bug: 281077552 Test: m nothing Change-Id: I66fef50901bfd19237a9ef96b169ecefa01d76b9
This commit is contained in:
parent
412b33a6e7
commit
3858202715
1 changed files with 0 additions and 9 deletions
|
@ -2916,15 +2916,6 @@ func makeApexAvailableBaseline() map[string][]string {
|
|||
"wifi-nano-protos",
|
||||
"wifi-service-pre-jarjar",
|
||||
}
|
||||
//
|
||||
// Module separator
|
||||
//
|
||||
m[android.AvailableToAnyApex] = []string{
|
||||
"libprofile-clang-extras",
|
||||
"libprofile-clang-extras_ndk",
|
||||
"libprofile-extras",
|
||||
"libprofile-extras_ndk",
|
||||
}
|
||||
return m
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue