Ensure opt-in platform ABI dumps are configured with ref_dump_dirs
Test: make Bug: 323447559 Change-Id: I8eaa38970c81c71b7473bdb9e77dfe9b49a93c92
This commit is contained in:
@@ -43,8 +43,6 @@ func (tag *lsdumpTag) dirName() string {
|
||||
return "platform"
|
||||
case llndkLsdumpTag:
|
||||
return "vndk"
|
||||
case platformLsdumpTag:
|
||||
return "platform"
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
@@ -134,10 +132,10 @@ func classifySourceAbiDump(ctx android.BaseModuleContext) []lsdumpTag {
|
||||
if m.isImplementationForLLNDKPublic() {
|
||||
result = append(result, llndkLsdumpTag)
|
||||
}
|
||||
// APEX and opt-in platform dumps are placed in the same directory.
|
||||
if m.library.hasStubsVariants() {
|
||||
result = append(result, apexLsdumpTag)
|
||||
} else if headerAbiChecker.enabled() {
|
||||
}
|
||||
if headerAbiChecker.enabled() {
|
||||
result = append(result, platformLsdumpTag)
|
||||
}
|
||||
} else if headerAbiChecker.enabled() {
|
||||
|
Reference in New Issue
Block a user