Home
last modified time | relevance | path

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

/build/soong/cc/
Dndk_library.go38 ndkLibrarySuffix = ".ndk" var
240 if strings.HasSuffix(name, ndkLibrarySuffix) {
241 ctx.PropertyErrorf("name", "Do not append %q manually, just use the base name", ndkLibrarySuffix)
317 return name + ndkLibrarySuffix
Dandroidmk.go316 ret.SubName = ndkLibrarySuffix + "." + c.properties.ApiLevel
Dcc.go1197 variantLibs = append(variantLibs, name+ndkLibrarySuffix)