OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tool_extensions
(Results
1 - 3
of
3
) sorted by null
/build/core/
Makefile
910
$(BUILT_TARGET_FILES_PACKAGE):
tool_extensions
:= $(TARGET_DEVICE_DIR)\/..\/common
macro
912
$(BUILT_TARGET_FILES_PACKAGE):
tool_extensions
:= $(TARGET_RELEASETOOLS_EXTENSIONS)
macro
[
all
...]
/build/tools/releasetools/
common.py
92
if "
tool_extensions
" not in d:
94
d["
tool_extensions
"] = zip.read("META/tool-extensions.txt").strip()
ota_from_target_files
746
OPTIONS.device_specific = OPTIONS.info_dict.get("
tool_extensions
", None)
Completed in 289 milliseconds