Home
last modified time | relevance | path

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

/build/soong/cc/
Dinstaller.go88 if installer.location == InstallInData && ctx.useVndk() {
Dcompiler.go379 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
396 if ctx.useVndk() {
Dcc.go490 useVndk() bool methodSpec
1474 if ctx.useVndk() {
1530 func (ctx *moduleContextImpl) useVndk() bool { func
2999 useVndk := false
3004 useVndk = linkable.UseVndk()
3016 if lib := moduleLibraryInterface(dep); lib.buildStubs() && useVndk { // LLNDK
Dtest.go377 if ctx.inVendor() || ctx.useVndk() {
Dlibrary.go1592 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() …
Dsanitize.go500 if ctx.isVndk() && ctx.useVndk() {
/build/soong/apex/
Dapex.go875useVndk := a.SocSpecific() || a.DeviceSpecific() || (a.ProductSpecific() && mctx.Config().EnforceP…
876 excludeVndkLibs := useVndk && proptools.Bool(a.properties.Use_vndk_as_stable)
878 if !useVndk {