Home
last modified time | relevance | path

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

/build/soong/java/
Dandroidmk.go123 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_DICT", library.dexer.proguardDictionary)
124 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_USAGE_ZIP", library.dexer.proguardUsageZip)
347 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_DICT", app.dexer.proguardDictionary)
348 entries.SetOptionalPath("LOCAL_SOONG_PROGUARD_USAGE_ZIP", app.dexer.proguardUsageZip)
/build/soong/rust/
Dandroidmk.go195 entries.SetOptionalPath("LOCAL_SOONG_UNSTRIPPED_BINARY", unstrippedOutputFile)
/build/soong/android/
Dandroidmk.go188 func (a *AndroidMkEntries) SetOptionalPath(name string, path OptionalPath) { func