Searched defs:OUT_DIR (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Denvsetup.mk6 # OUT_DIR is also set to "out" if it's not already set.
10 # searches for source or make files, in addition to OUT_DIR.
11 # This can be useful if you set OUT_DIR to be a different directory
285 ifeq (,$(strip $(OUT_DIR)))
287 OUT_DIR := $(TOPDIR)out macro
289 OUT_DIR := $(OUT_DIR_COMMON_BASE)/$(notdir $(PWD)) macro
293 SOONG_OUT_DIR := $(OUT_DIR)/soong
295 DEBUG_OUT_DIR := $(OUT_DIR)/debug
299 TARGET_OUT_ROOT_release := $(OUT_DIR)/target
303 HOST_OUT_ROOT_release := $(OUT_DIR)/hos
[all...]
/build/make/core/
H A Denvsetup.mk6 # OUT_DIR is also set to "out" if it's not already set.
10 # searches for source or make files, in addition to OUT_DIR.
11 # This can be useful if you set OUT_DIR to be a different directory
285 ifeq (,$(strip $(OUT_DIR)))
287 OUT_DIR := $(TOPDIR)out macro
289 OUT_DIR := $(OUT_DIR_COMMON_BASE)/$(notdir $(PWD)) macro
293 SOONG_OUT_DIR := $(OUT_DIR)/soong
295 DEBUG_OUT_DIR := $(OUT_DIR)/debug
299 TARGET_OUT_ROOT_release := $(OUT_DIR)/target
303 HOST_OUT_ROOT_release := $(OUT_DIR)/hos
[all...]

Completed in 76 milliseconds