Loading system/test/run_host_unit_tests.py +6 −2 Original line number Diff line number Diff line Loading @@ -75,6 +75,10 @@ def get_android_host_out_or_die(): def get_android_dist_dir_or_die(): # Check if $DIST_DIR is predefined as environment variable value = os.environ.get('DIST_DIR') if not value: # If not use the default path ANDROID_BUILD_TOP = get_android_root_or_die() value = os.path.join(os.path.join(ANDROID_BUILD_TOP, 'out'), 'dist') if not os.path.isdir(value): Loading Loading
system/test/run_host_unit_tests.py +6 −2 Original line number Diff line number Diff line Loading @@ -75,6 +75,10 @@ def get_android_host_out_or_die(): def get_android_dist_dir_or_die(): # Check if $DIST_DIR is predefined as environment variable value = os.environ.get('DIST_DIR') if not value: # If not use the default path ANDROID_BUILD_TOP = get_android_root_or_die() value = os.path.join(os.path.join(ANDROID_BUILD_TOP, 'out'), 'dist') if not os.path.isdir(value): Loading