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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.