Validate aconfig libs are built with the correct modes.
Bug: 323071835 Test: Unit tests and manual tests. Change-Id: I32de90826c7c8bb4d8495608e959d554820ab9a2
This commit is contained in:
@@ -26,7 +26,6 @@ import (
|
||||
"github.com/google/blueprint/pathtools"
|
||||
"github.com/google/blueprint/proptools"
|
||||
|
||||
"android/soong/aconfig"
|
||||
"android/soong/android"
|
||||
"android/soong/dexpreopt"
|
||||
"android/soong/java/config"
|
||||
@@ -2546,7 +2545,7 @@ func collectDirectDepsProviders(ctx android.ModuleContext) (result *JarJarProvid
|
||||
default:
|
||||
return RenameUseExclude, "srcfile"
|
||||
}
|
||||
} else if _, ok := android.OtherModuleProvider(ctx, m, aconfig.CodegenInfoProvider); ok {
|
||||
} else if _, ok := android.OtherModuleProvider(ctx, m, android.CodegenInfoProvider); ok {
|
||||
return RenameUseInclude, "aconfig_declarations_group"
|
||||
} else {
|
||||
switch tag {
|
||||
|
Reference in New Issue
Block a user