Commit e1de1455 authored by Vojtech Bocek's avatar Vojtech Bocek
Browse files

Properly build cp_xattrs and ls_xattrs

parent 4cc34fd9
......@@ -226,6 +226,11 @@ ifeq ($(TWRP_INCLUDE_LOGCAT), true)
endif
TWRP_AUTOGEN := $(intermediates)/teamwin
ifeq ($(TARGET_RECOVERY_IS_MULTIROM), true)
RELINK_SOURCE_FILES += $(TARGET_OUT_OPTIONAL_EXECUTABLES)/cp_xattrs
RELINK_SOURCE_FILES += $(TARGET_OUT_OPTIONAL_EXECUTABLES)/ls_xattrs
endif
GEN := $(intermediates)/teamwin
$(GEN): $(RELINK)
$(GEN): $(RELINK_SOURCE_FILES) $(call intermediates-dir-for,EXECUTABLES,recovery)/recovery
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment