Home
last modified time | relevance | path

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

/build/soong/java/
Ddex.go215 proguardDictionary := android.PathForModuleOut(ctx, "proguard_dictionary")
216 j.proguardDictionary = proguardDictionary
222 "outDict": j.proguardDictionary.String(),
233 ImplicitOutput: proguardDictionary,
Dandroidmk.go130 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)
Djava.go441 proguardDictionary android.Path member
522 return android.Paths{j.proguardDictionary}, nil