Implement bp2build converter for fdo_profile
Ignore-AOSP-First: ag/24746588, in the same topic, is in an internal repo. This CL will be cherry-picked to AOSP afterward. Test: go test Bug: 277091218 Change-Id: I389d9535ea176991a1faa9beb46352b93363acd2 Merged-In: I389d9535ea176991a1faa9beb46352b93363acd2
This commit is contained in:
@@ -671,7 +671,7 @@ var PrepareForTestWithHostMusl = android.GroupFixturePreparers(
|
||||
// PrepareForTestWithFdoProfile registers module types to test with fdo_profile
|
||||
var PrepareForTestWithFdoProfile = android.FixtureRegisterWithContext(func(ctx android.RegistrationContext) {
|
||||
ctx.RegisterModuleType("soong_namespace", android.NamespaceFactory)
|
||||
ctx.RegisterModuleType("fdo_profile", fdoProfileFactory)
|
||||
ctx.RegisterModuleType("fdo_profile", FdoProfileFactory)
|
||||
})
|
||||
|
||||
// TestConfig is the legacy way of creating a test Config for testing cc modules.
|
||||
|
Reference in New Issue
Block a user