def getPackageName(target): package = getPackageAndLibrariesForTarget(target)[0] manifestPath = os.path.join(DEQP_DIR, "android", package.appDirName, "AndroidManifest.xml") return parsePackageName(manifestPath)
def getPackageName (target): package = getPackageAndLibrariesForTarget(target)[0] manifestPath = os.path.join(DEQP_DIR, "android", package.appDirName, "AndroidManifest.xml") return parsePackageName(manifestPath)
def getAPKPath(buildRootPath, target): package = getPackageAndLibrariesForTarget(target)[0] return os.path.join(buildRootPath, getBuildRootRelativeAPKPath(package))
def getAPKPath (buildRootPath, target): package = getPackageAndLibrariesForTarget(target)[0] return os.path.join(buildRootPath, getBuildRootRelativeAPKPath(package))