diff options
author | Ying Wang <wangying@google.com> | 2014-05-28 23:28:58 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-28 23:28:58 +0000 |
commit | d40776aa8800d62a182eeed82c3ac1cef90e69ab (patch) | |
tree | a11d6641834ee1c8961efb77e090188e892f3821 | |
parent | ed97938caa7a1e7cde1d060ebbe6f6af1279188e (diff) | |
parent | 65afd710a592390671beb5da15a87b127a5f2125 (diff) | |
download | build-d40776aa8800d62a182eeed82c3ac1cef90e69ab.zip build-d40776aa8800d62a182eeed82c3ac1cef90e69ab.tar.gz build-d40776aa8800d62a182eeed82c3ac1cef90e69ab.tar.bz2 |
am 65afd710: Merge "Add a dummy build recipe for the proto generated header files"
* commit '65afd710a592390671beb5da15a87b127a5f2125':
Add a dummy build recipe for the proto generated header files
-rw-r--r-- | core/binary.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/binary.mk b/core/binary.mk index bee4428..f2ae0f5 100644 --- a/core/binary.mk +++ b/core/binary.mk @@ -472,6 +472,8 @@ $(proto_generated_cc_sources): $(proto_generated_cc_sources_dir)/%.pb.cc: %.prot $(transform-proto-to-cc) $(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 endif # transform-proto-to-cc rule included only once |