Touch same_vndk_variant.timestamp
Fix uneccessary rebuilds on incremental builds by touching the same_vndk_variant.timestamp output file. Test: m && m Change-Id: Ieb1b47f8a6cc406139c326a527041239fdb627d0
This commit is contained in:
parent
733ad20963
commit
c989ff3d75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue