MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / get_android_manifest

Function get_android_manifest

scripts/android.py:54–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53# Manifest file describing out test application
54def get_android_manifest() -> str:
55 manifest = RepoRelative('cube/android/AndroidManifest.xml')
56 if not os.path.isfile(manifest):
57 print(f"Unable to find manifest for APK! {manifest}")
58 sys.exit(-1)
59 return manifest
60
61# Generate the APK from the CMake binaries
62def generate_apk(SDK_ROOT : str, CMAKE_INSTALL_DIR : str) -> str:

Callers 1

generate_apkFunction · 0.85

Calls 1

RepoRelativeFunction · 0.70

Tested by

no test coverage detected