Searched refs:proguardDictionary (Results 1 – 3 of 3) sorted by relevance
79 proguardDictionary android.OptionalPath member286 proguardDictionary := android.PathForModuleOut(ctx, "proguard_dictionary")287 d.proguardDictionary = android.OptionalPathForPath(proguardDictionary)298 "outDict": proguardDictionary.String(),312 ImplicitOutputs: android.WritablePaths{proguardDictionary, proguardUsageZip},
123 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_DICT", library.dexer.proguardDictionary)347 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_DICT", app.dexer.proguardDictionary)
455 if j.dexer.proguardDictionary.Valid() {456 return android.Paths{j.dexer.proguardDictionary.Path()}, nil