Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt_test.go73 wantInstalls := android.RuleBuilderInstalls{
130 wantInstalls := android.RuleBuilderInstalls{
157 wantInstalls := android.RuleBuilderInstalls{
/build/soong/android/
Drule_builder.go47 installs RuleBuilderInstalls
76 type RuleBuilderInstalls []RuleBuilderInstall type
80 func (installs RuleBuilderInstalls) String() string {
398 func (r *RuleBuilder) Installs() RuleBuilderInstalls {
399 return append(RuleBuilderInstalls(nil), r.installs...)
/build/soong/java/
Dapp.go509 func (a *AndroidApp) JNISymbolsInstalls(installPath string) android.RuleBuilderInstalls {
510 var jniSymbols android.RuleBuilderInstalls