Searched refs:useVndk (Results 1 – 8 of 8) sorted by relevance
251 if ctx.useVndk() && f.Properties.Target.Vendor.Override_export_include_dirs != nil {592 if ctx.useVndk() && ctx.isVndk() && !ctx.isVndkPrivate(ctx.Config()) {707 func (library *libraryDecorator) getLibNameHelper(baseModuleName string, useVndk bool) string {717 if useVndk {728 name := library.getLibNameHelper(ctx.baseModuleName(), ctx.useVndk())827 if ctx.useVndk() {1058 isLlndkOrVndk := ctx.isLlndkPublic(ctx.Config()) || (ctx.useVndk() && ctx.isVndk())1082 if ctx.useVndk() {1163 isProduct := ctx.ProductSpecific() && !ctx.useVndk()1164 isVendor := ctx.useVndk()[all …]
74 if installer.location == InstallInData && ctx.useVndk() {
95 if ctx.useVndk() && ctx.toolchain().Bionic() {
313 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {330 if ctx.useVndk() {447 if ctx.useVndk() {
237 if ctx.useVndk() {465 if ctx.useVndk() && linker.Properties.Target.Vendor.Version_script != nil {
327 useVndk() bool methodSpec1142 if ctx.useVndk() {1154 func (ctx *moduleContextImpl) useVndk() bool { func1808 } else if ctx.useVndk() {1831 if ctx.useVndk() {
351 if ctx.isVndk() && ctx.useVndk() {358 if ctx.useVndk() && vndkVersion != "current" && vndkVersion != "" {
695 …useVndk := a.SocSpecific() || a.DeviceSpecific() || (a.ProductSpecific() && mctx.Config().EnforceP…696 excludeVndkLibs := useVndk && proptools.Bool(a.properties.Use_vndk_as_stable)697 if !useVndk && proptools.Bool(a.properties.Use_vndk_as_stable) {