Home
last modified time | relevance | path

Searched refs:useVndk (Results 1 – 8 of 8) sorted by relevance

/build/soong/cc/
Dlibrary.go251 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 …]
Dinstaller.go74 if installer.location == InstallInData && ctx.useVndk() {
Dobject.go95 if ctx.useVndk() && ctx.toolchain().Bionic() {
Dcompiler.go313 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
330 if ctx.useVndk() {
447 if ctx.useVndk() {
Dlinker.go237 if ctx.useVndk() {
465 if ctx.useVndk() && linker.Properties.Target.Vendor.Version_script != nil {
Dcc.go327 useVndk() bool methodSpec
1142 if ctx.useVndk() {
1154 func (ctx *moduleContextImpl) useVndk() bool { func
1808 } else if ctx.useVndk() {
1831 if ctx.useVndk() {
Dsanitize.go351 if ctx.isVndk() && ctx.useVndk() {
358 if ctx.useVndk() && vndkVersion != "current" && vndkVersion != "" {
/build/soong/apex/
Dapex.go695useVndk := 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) {