Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildTool ¶
BuildTool ...
func (BuildTool) GetLegacySDKStylePath ¶
GetLegacySDKStylePath ...
func (BuildTool) GetSDKStylePath ¶
GetSDKStylePath ...
func (BuildTool) InstallPathInAndroidHome ¶
InstallPathInAndroidHome ...
func (BuildTool) InstallationIndicatorFile ¶
InstallationIndicatorFile ...
type Extras ¶
type Extras struct {
Provider string
PackageName string
SDKStylePath string
LegacySDKStylePath string
}
Extras ...
func GooglePlayServicesInstallComponents ¶
func GooglePlayServicesInstallComponents() []Extras
GooglePlayServicesInstallComponents ...
func LegacyGooglePlayServicesInstallComponents ¶
func LegacyGooglePlayServicesInstallComponents() []Extras
LegacyGooglePlayServicesInstallComponents ...
func LegacySupportLibraryInstallComponents ¶
func LegacySupportLibraryInstallComponents() []Extras
LegacySupportLibraryInstallComponents ...
func SupportLibraryInstallComponents ¶
func SupportLibraryInstallComponents() []Extras
SupportLibraryInstallComponents ...
func (Extras) GetLegacySDKStylePath ¶
GetLegacySDKStylePath ...
func (Extras) GetSDKStylePath ¶
GetSDKStylePath ...
func (Extras) InstallPathInAndroidHome ¶
InstallPathInAndroidHome ...
func (Extras) InstallationIndicatorFile ¶
InstallationIndicatorFile ...
type Model ¶
type Model interface {
GetSDKStylePath() string
GetLegacySDKStylePath() string
InstallPathInAndroidHome() string
InstallationIndicatorFile() string
}
Model ...
type NDK ¶
type NDK struct {
Version string
}
NDK ...
func (NDK) GetLegacySDKStylePath ¶
GetLegacySDKStylePath ...
func (NDK) InstallPathInAndroidHome ¶
InstallPathInAndroidHome ...
func (NDK) InstallationIndicatorFile ¶
InstallationIndicatorFile ...
type Platform ¶
Platform ...
func (Platform) GetLegacySDKStylePath ¶
GetLegacySDKStylePath ...
func (Platform) GetSDKStylePath ¶
GetSDKStylePath ...
func (Platform) InstallPathInAndroidHome ¶
InstallPathInAndroidHome ...
func (Platform) InstallationIndicatorFile ¶
InstallationIndicatorFile ...
type SDKTool ¶
SDKTool ...
func (SDKTool) GetLegacySDKStylePath ¶
GetLegacySDKStylePath ...
func (SDKTool) GetSDKStylePath ¶
GetSDKStylePath ...
func (SDKTool) InstallPathInAndroidHome ¶
InstallPathInAndroidHome ...
func (SDKTool) InstallationIndicatorFile ¶
InstallationIndicatorFile ...
type SystemImage ¶
type SystemImage struct {
Platform string
ABI string
Tag string
SDKStylePath string
LegacySDKStylePath string
}
SystemImage ...
func (SystemImage) GetLegacySDKStylePath ¶
func (component SystemImage) GetLegacySDKStylePath() string
GetLegacySDKStylePath ...
func (SystemImage) GetSDKStylePath ¶
func (component SystemImage) GetSDKStylePath() string
GetSDKStylePath ...
func (SystemImage) InstallPathInAndroidHome ¶
func (component SystemImage) InstallPathInAndroidHome() string
InstallPathInAndroidHome ...
func (SystemImage) InstallationIndicatorFile ¶
func (component SystemImage) InstallationIndicatorFile() string
InstallationIndicatorFile ...