Searched refs:useVndk (Results 1 – 7 of 7) sorted by relevance
88 if installer.location == InstallInData && ctx.useVndk() {
379 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {396 if ctx.useVndk() {
490 useVndk() bool methodSpec1474 if ctx.useVndk() {1530 func (ctx *moduleContextImpl) useVndk() bool { func2999 useVndk := false3004 useVndk = linkable.UseVndk()3016 if lib := moduleLibraryInterface(dep); lib.buildStubs() && useVndk { // LLNDK
377 if ctx.inVendor() || ctx.useVndk() {
1592 isLlndkOrVndk := ctx.IsLlndkPublic() || (ctx.useVndk() && ctx.isVndk())1616 if ctx.useVndk() {1845 if ctx.Device() && ctx.useVndk() {1902 …!ctx.useVndk() && !ctx.inRamdisk() && !ctx.inVendorRamdisk() && !ctx.inRecovery() && ctx.Device() …
500 if ctx.isVndk() && ctx.useVndk() {
875 …useVndk := a.SocSpecific() || a.DeviceSpecific() || (a.ProductSpecific() && mctx.Config().EnforceP…876 excludeVndkLibs := useVndk && proptools.Bool(a.properties.Use_vndk_as_stable)878 if !useVndk {