Searched refs:proguardDictionary (Results 1 – 3 of 3) sorted by relevance
215 proguardDictionary := android.PathForModuleOut(ctx, "proguard_dictionary")216 j.proguardDictionary = proguardDictionary222 "outDict": j.proguardDictionary.String(),233 ImplicitOutput: proguardDictionary,
130 if library.proguardDictionary != nil {131 entries.SetPath("LOCAL_SOONG_PROGUARD_DICT", library.proguardDictionary)335 if app.proguardDictionary != nil {336 entries.SetPath("LOCAL_SOONG_PROGUARD_DICT", app.proguardDictionary)
441 proguardDictionary android.Path member522 return android.Paths{j.proguardDictionary}, nil