Fix $(PROGUARD_DICT_ZIP) builds
Previously, when building the proguard dict zip, we got a lot of warnings like these, and the files were always rebuilt: ``` [ 39% 9/23] Copy symbols with mapping: out/target/common/obj/APPS/HTMLViewer_intermediates/proguard_dictionary ninja: Missing `restat`? An output file is older than the most recent input: output: out/target/common/obj/APPS/HTMLViewer_intermediates/proguard_dictionary.textproto input: out/soong/.intermediates/packages/apps/HTMLViewer/HTMLViewer/android_common/e10894d3da5db41239526c9048962355/proguard_dictionary ``` For some reason kati wasn't adding `restat=true` on these ninja rules. Adding $(4) to KATI_RESTAT fixes it for some reason. Test: m dist repeatedly doesn't give the restat warnings Change-Id: Ie02526b3ab127f42bdc2db350d2dc468e7888fe2
Loading
Please register or sign in to comment