Write out export_includes whenever the module is built.
Bug: 6362268 Change-Id: If872cf8fe597a02e6ca740a181cea85f486df98e
This commit is contained in:
@@ -702,3 +702,6 @@ ifdef LOCAL_EXPORT_C_INCLUDE_DIRS
|
|||||||
else
|
else
|
||||||
$(hide) touch $@
|
$(hide) touch $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Make sure export_includes gets generated when you are running mm/mmm
|
||||||
|
$(LOCAL_BUILT_MODULE) : | $(export_includes)
|
||||||
|
@@ -56,6 +56,8 @@ ifdef prebuilt_module_is_a_library
|
|||||||
$(intermediates)/export_includes:
|
$(intermediates)/export_includes:
|
||||||
$(hide) mkdir -p $(dir $@) && rm -f $@
|
$(hide) mkdir -p $(dir $@) && rm -f $@
|
||||||
$(hide) touch $@
|
$(hide) touch $@
|
||||||
|
|
||||||
|
$(LOCAL_BUILT_MODULE) : | $(intermediates)/export_includes
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user