Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_library.go47 ndkLibrarySuffix = ".ndk" var
228 if strings.HasSuffix(name, ndkLibrarySuffix) {
229 ctx.PropertyErrorf("name", "Do not append %q manually, just use the base name", ndkLibrarySuffix)
332 return name + ndkLibrarySuffix
Dandroidmk.go460 entries.SubName = ndkLibrarySuffix + "." + c.properties.ApiLevel
Dcc.go1807 variantLibs = append(variantLibs, name+ndkLibrarySuffix)