diff options
author | Stephen Hines <srhines@google.com> | 2014-06-06 21:07:24 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-06 21:07:25 +0000 |
commit | 1a8f0d3b6dc316034e1e3b28702fead4108ec8d3 (patch) | |
tree | e249d988b02eb3e0621a20de4d9ba28179d1a427 | |
parent | d0f0918b8fa2a1794050a3cecf3ad3943ad378ab (diff) | |
parent | 8ff92526807a6fe726096c84e16fa2bb888effc3 (diff) | |
download | build-1a8f0d3b6dc316034e1e3b28702fead4108ec8d3.zip build-1a8f0d3b6dc316034e1e3b28702fead4108ec8d3.tar.gz build-1a8f0d3b6dc316034e1e3b28702fead4108ec8d3.tar.bz2 |
Merge "Move comment out of recipe section"
-rw-r--r-- | core/binary.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/binary.mk b/core/binary.mk index 45ab0c0..253c42d 100644 --- a/core/binary.mk +++ b/core/binary.mk @@ -424,8 +424,8 @@ rs_generated_cpps := $(addprefix \ $(renderscript_intermediate)/ScriptC_,$(patsubst %.fs,%.cpp, $(patsubst %.rs,%.cpp, \ $(notdir $(renderscript_sources))))) +# This is just a dummy rule to make sure gmake doesn't skip updating the dependents. $(rs_generated_cpps) : $(RenderScript_file_stamp) - # This is just a dummy rule to make sure gmake doesn't skip updating the dependents. @echo "Updated RS generated cpp file $@." my_c_includes += $(renderscript_intermediate) @@ -473,8 +473,8 @@ $(proto_generated_cc_sources): PRIVATE_PROTOC_FLAGS := $(LOCAL_PROTOC_FLAGS) $(proto_generated_cc_sources): $(proto_generated_cc_sources_dir)/%.pb.cc: %.proto $(PROTOC) $(transform-proto-to-cc) +# This is just a dummy rule to make sure gmake doesn't skip updating the dependents. $(proto_generated_headers): $(proto_generated_cc_sources_dir)/%.pb.h: $(proto_generated_cc_sources_dir)/%.pb.cc - # This is just a dummy rule to make sure gmake doesn't skip updating the dependents. @echo "Updated header file $@." $(my_prefix)_$(LOCAL_MODULE_CLASS)_$(LOCAL_MODULE)_proto_defined := true |