Merge "Add proto for Test ownership metadata." into main
This commit is contained in:
@@ -23,6 +23,7 @@ import (
|
||||
|
||||
"android/soong/android"
|
||||
"android/soong/dexpreopt"
|
||||
"android/soong/testing"
|
||||
|
||||
"github.com/google/blueprint/proptools"
|
||||
|
||||
@@ -505,6 +506,7 @@ func (b *BootclasspathFragmentModule) GenerateAndroidBuildActions(ctx android.Mo
|
||||
if ctx.Module() != ctx.FinalModule() {
|
||||
b.HideFromMake()
|
||||
}
|
||||
ctx.SetProvider(testing.TestModuleProviderKey, testing.TestModuleProviderData{})
|
||||
}
|
||||
|
||||
// getProfileProviderApex returns the name of the apex that provides a boot image profile, or an
|
||||
|
Reference in New Issue
Block a user