Update lint_fix to remove stale suggested-fixes.zip
Bug: N/A Test: manually, TH Change-Id: I2ed746a3a9a23f61fdb7a4b05bcc68ed7f7109c4
This commit is contained in:
@@ -50,6 +50,7 @@ commands += [
|
||||
"cd $ANDROID_BUILD_TOP",
|
||||
"source build/envsetup.sh",
|
||||
f"rm {target}", # remove the file first so soong doesn't think there is no work to do
|
||||
f"rm {path}/{FIX_DIR}.zip", # remove in case there are fixes from a prior run that we don't want applied if this run fails
|
||||
f"m {target}",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user