HomeSort by relevance Sort by last modified time
    Searched refs:bpttool (Results 1 - 3 of 3) sorted by null

  /build/make/tools/releasetools/
add_img_to_target_files 432 # use BPTTOOL from environ, or "bpttool" if empty or not set.
433 bpttool = os.getenv("BPTTOOL") or "bpttool"
434 cmd = [bpttool, "make_table", "--output_json", bpt.name,
449 assert p.returncode == 0, "bpttool make_table failed"
add_img_to_target_files.py 432 # use BPTTOOL from environ, or "bpttool" if empty or not set.
433 bpttool = os.getenv("BPTTOOL") or "bpttool"
434 cmd = [bpttool, "make_table", "--output_json", bpt.name,
449 assert p.returncode == 0, "bpttool make_table failed"
  /build/make/core/
config.mk 656 BPTTOOL := $(HOST_OUT_EXECUTABLES)/bpttool$(HOST_EXECUTABLE_SUFFIX)
658 BPTTOOL := $(BOARD_CUSTOM_BPTTOOL)
    [all...]

Completed in 154 milliseconds