Revert "Write out export_includes whenever the module is built."
This reverts commit 40c34f3778
This commit is contained in:
parent
40c34f3778
commit
c32af65886
2 changed files with 0 additions and 5 deletions
|
@ -702,6 +702,3 @@ ifdef LOCAL_EXPORT_C_INCLUDE_DIRS
|
|||
else
|
||||
$(hide) touch $@
|
||||
endif
|
||||
|
||||
# Make sure export_includes gets generated when you are running mm/mmm
|
||||
$(LOCAL_BUILT_MODULE) : $(export_includes)
|
||||
|
|
|
@ -56,8 +56,6 @@ ifdef prebuilt_module_is_a_library
|
|||
$(intermediates)/export_includes:
|
||||
$(hide) mkdir -p $(dir $@) && rm -f $@
|
||||
$(hide) touch $@
|
||||
|
||||
$(LOCAL_BUILT_MODULE) : $(intermediates)/export_includes
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue