OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_RECOVERY_OUT
(Results
1 - 2
of
2
) sorted by null
/build/core/
envsetup.mk
244
TARGET_RECOVERY_OUT
:= $(PRODUCT_OUT)/$(TARGET_COPY_OUT_RECOVERY)
245
TARGET_RECOVERY_ROOT_OUT := $(
TARGET_RECOVERY_OUT
)/root
Makefile
647
rm -rf $(
TARGET_RECOVERY_OUT
)
648
mkdir -p $(
TARGET_RECOVERY_OUT
)
653
cp -R $(TARGET_ROOT_OUT) $(
TARGET_RECOVERY_OUT
)
[
all
...]
Completed in 582 milliseconds