Home
last modified time | relevance | path

Searched refs:ManifestMismatchError (Results 1 – 2 of 2) sorted by relevance

/build/soong/scripts/
Dmanifest_check.py35 class ManifestMismatchError(Exception): class
116 raise ManifestMismatchError(errmsg)
153 raise ManifestMismatchError('no <application> tag found')
Dmanifest_check_test.py56 except manifest_check.ManifestMismatchError: