Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a5f2249 authored by Ying Wang's avatar Ying Wang Committed by android-build-merger
Browse files

Revert "We still use acp in copy-file-to-target in this branch."

am: 26372a2a

* commit '26372a2a':
  Revert "We still use acp in copy-file-to-target in this branch."

Change-Id: If70e7b0a2fd1b62154decf25424908aff06e5d30
parents 97970b0d 26372a2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -700,7 +700,7 @@ endif
proto_intermediate_dir := $(intermediates)/proto
proto_intermediate_cpps := $(patsubst $(proto_gen_dir)/%,$(proto_intermediate_dir)/%,\
    $(proto_generated_cpps))
$(proto_intermediate_cpps) : $(proto_intermediate_dir)/% : $(proto_gen_dir)/% | $(ACP)
$(proto_intermediate_cpps) : $(proto_intermediate_dir)/% : $(proto_gen_dir)/%
	@echo "Copy: $@"
	$(copy-file-to-target)
	$(hide) cp $(basename $<).h $(basename $@).h