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

Commit 8795394f authored by Colin Cross's avatar Colin Cross
Browse files

Touch same_vndk_variant.timestamp

Fix uneccessary rebuilds on incremental builds by touching the
same_vndk_variant.timestamp output file.

Test: m && m
Bug: 0
Change-Id: Ieb1b47f8a6cc406139c326a527041239fdb627d0
Merged-In: Ieb1b47f8a6cc406139c326a527041239fdb627d0
(cherry picked from commit c989ff3d)
parent 9b36bb46
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ ifeq ($(my_check_same_vndk_variants),true)
	    $(PRIVATE_CORE_VARIANT),\
	    $(PRIVATE_VENDOR_VARIANT),\
	    $(PRIVATE_TOOLS_PREFIX))
	touch $@

  $(LOCAL_BUILT_MODULE): $(same_vndk_variants_stamp)
endif