Merge "Fix build system documentation example"

am: af14b921af

* commit 'af14b921afc607200c086d0326ae4cb11bbd0545':
  Fix build system documentation example

Change-Id: I95d39419f861d72ceb3ce669e289b4396d8a9dec
This commit is contained in:
Dan Willemsen
2016-05-09 23:51:44 +00:00
committed by android-build-merger

View File

@@ -438,7 +438,7 @@ intermediates:= $(local-generated-sources-dir)
GEN := $(intermediates)/<font color=red>file.c</font>
$(GEN): PRIVATE_INPUT_FILE := $(LOCAL_PATH)/<font color=red>input.file</font>
$(GEN): PRIVATE_CUSTOM_TOOL = <font color=red>cat $(PRIVATE_INPUT_FILE) &gt; $@</font>
$(GEN): <font color=red>$(LOCAL_PATH)/file.c</font>
$(GEN): <font color=red>$(LOCAL_PATH)/input.file</font>
$(transform-generated-source)
LOCAL_GENERATED_SOURCES += $(GEN)
</pre>