Documentation ¶
Index ¶
- func BuildObjcopyPath(path string) (string, error)
- func BuildVariantsList(path string) ([]string, error)
- func GetAndroidNDKRoot(path string) (string, error)
- func GetNdkVersion(path string) (int, error)
- func GetVariantDirectory(path string) (string, error)
- func Objcopy(objcopyPath string, file string, outputPath string) (string, error)
- func ReadAabManifest(path string) (map[string]string, error)
- type Application
- type Manifest
- type MetaData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildObjcopyPath ¶
BuildObjcopyPath - Builds the path to the Objcopy binary within the NDK root path
func BuildVariantsList ¶
BuildVariantsList - Returns a list of variants from a given path
func GetAndroidNDKRoot ¶
GetAndroidNDKRoot - Returns a valid Android NDK root path
func GetNdkVersion ¶
GetNdkVersion - Returns the major NDK version
func GetVariantDirectory ¶ added in v1.2.1
Types ¶
type Application ¶
type Manifest ¶
type Manifest struct { XMLName xml.Name `xml:"manifest"` ApplicationId string `xml:"package,attr"` VersionCode string `xml:"versionCode,attr"` VersionName string `xml:"versionName,attr"` Application Application `xml:"application"` }
func ParseAndroidManifestXML ¶
ParseAndroidManifestXML - Pulls information from a human-readable xml file into a struct
Click to show internal directories.
Click to hide internal directories.