Home
last modified time | relevance | path

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

/packages/services/Car/tools/emulator/
Dvhal_const_generate.py88 vhal_location = os.path.join(android_build_top, 'hardware','interfaces','automotive','vehicle') variable
90 vhal_location = os.path.abspath(os.path.join(os.path.dirname(os.path.abspath(__file__)), variable
93 if not(os.path.exists(vhal_location) and os.path.isdir(vhal_location)):
94 … HAL was not found at %s. lunch may provide a correct environment, or files moved" % vhal_location)
98 vhal_20_file = os.path.join(vhal_location, '2.0', 'types.hal')
100 … HAL was not found at %s. lunch may provide a correct environment, or files moved" % vhal_location)