Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c32af658 authored by Ying Wang's avatar Ying Wang Committed by Android (Google) Code Review
Browse files

Revert "Write out export_includes whenever the module is built."

This reverts commit 40c34f37
parent 40c34f37
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)
+0 −2
Original line number Diff line number Diff line
@@ -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