Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Ddex.go79 proguardDictionary android.OptionalPath member
286 proguardDictionary := android.PathForModuleOut(ctx, "proguard_dictionary")
287 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary)
298 "outDict": proguardDictionary.String(),
312 ImplicitOutputs: android.WritablePaths{proguardDictionary, proguardUsageZip},
H A Dandroidmk.go123 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_DICT", library.dexer.proguardDictionary)
347 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_DICT", app.dexer.proguardDictionary)
H A Dbase.go455 if j.dexer.proguardDictionary.Valid() {
456 return android.Paths{j.dexer.proguardDictionary.Path()}, nil