Home
last modified time | relevance | path

Searched defs:RuleBuilderInstalls (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Ddexpreopt_config_testing.go142 func normalizeInstalls(installs android.RuleBuilderInstalls) []normalizedInstall {
155 …l(t *testing.T, message string, expected []normalizedInstall, actual android.RuleBuilderInstalls) {
/build/soong/cc/
Dfuzz.go519 func GetSharedLibsToZip(sharedLibraries android.RuleBuilderInstalls, module LinkableInterface, s *f…
/build/soong/android/
Drule_builder.go87 type RuleBuilderInstalls []RuleBuilderInstall type