android_skia_checkout

package
v0.0.0-...-e7c6ebb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2024 License: BSD-3-Clause Imports: 4 Imported by: 2

Documentation

Overview

android_skia_checkout contains util methods for interacting with the Skia repository within Android.

Index

Constants

View Source
const (
	// The remote pointing to googleplex repo that is automatically present
	// in the Skia repository within Android.
	BUILT_IN_REMOTE = "goog"
)

Variables

View Source
var (
	// Files within the Skia checkout.
	SkqpUserConfigRelPath           = path.Join("skqp", "include", "config", "SkUserConfig.h")
	SkUserConfigRelPath             = path.Join("include", "config", "SkUserConfig.h")
	SkUserConfigAndroidRelPath      = path.Join("android", "include", "config", "SkUserConfig.h")
	SkUserConfigLinuxRelPath        = path.Join("linux", "include", "config", "SkUserConfig.h")
	SkUserConfigMacRelPath          = path.Join("mac", "include", "config", "SkUserConfig.h")
	SkUserConfigWinRelPath          = path.Join("win", "include", "config", "SkUserConfig.h")
	SkUserConfigRenderengineRelPath = path.Join("renderengine", "include", "config", "SkUserConfig.h")
	AndroidBpRelPath                = path.Join("Android.bp")
	VmaAndroidInclude               = path.Join("vma_android", "include", "vk_mem_alloc.h")
	VmaAndroidLicense               = path.Join("vma_android", "LICENSE.txt")

	FilesGeneratedByGnToGp = []string{SkqpUserConfigRelPath, SkUserConfigAndroidRelPath, SkUserConfigLinuxRelPath, SkUserConfigMacRelPath, SkUserConfigWinRelPath, AndroidBpRelPath, SkUserConfigRenderengineRelPath, VmaAndroidInclude, VmaAndroidLicense}
)

Functions

func RunGnToBp

func RunGnToBp(ctx context.Context, skiaCheckout string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL