Searched refs:android_build_top (Results 1 – 4 of 4) sorted by relevance
72 vehiclePropertyIdsParser = os.path.join(args.android_build_top,74 carLib = os.path.join(args.android_build_top, CAR_LIB)77 if os.path.isdir(args.android_build_top + JDK_FOLDER):78 javaHomeDir = args.android_build_top + JDK_FOLDER89 carSvcProps = os.path.join(args.android_build_top, CAR_SVC_PROPS);
86 android_build_top = os.environ.get("ANDROID_BUILD_TOP", None) variable87 if android_build_top is not None:88 vhal_location = os.path.join(android_build_top, 'hardware','interfaces','automotive','vehicle')
41 android_build_top = os.getenv('ANDROID_BUILD_TOP')246 android_build_top = os.getenv('ANDROID_BUILD_TOP')302 subprocess.run(gen_native_cov_report_cmd, cwd=android_build_top)
6 …ols/vehiclepropertyidsparser/verify_generated_prop_config_hook.py --android_build_top ${REPO_ROOT}…