Update ANAPIC reviews to be easier to manage in gerrit
Mark them wip so they sit in their own section of the gerrit dashboard.
Add a hashtag to make them easier to keep track of.
Test: anapic_review_diff.sh goog/tm-dev goog/master android.hardware.cas
Bug: none
Change-Id: Id6f4b1a4b0931a9a3bfa4ef10c5f4ada51d11a44
diff --git a/scripts/anapic_hidl2aidl_review.sh b/scripts/anapic_hidl2aidl_review.sh
index 0661912..ce72160 100755
--- a/scripts/anapic_hidl2aidl_review.sh
+++ b/scripts/anapic_hidl2aidl_review.sh
@@ -31,5 +31,5 @@
git revert HEAD --no-edit
git commit --amend --no-edit
git diff HEAD~1 --stat
-repo upload . --no-verify
+repo upload . --no-verify --wip --hashtag=anapic_release_review
popd
diff --git a/scripts/anapic_release_diff.sh b/scripts/anapic_release_diff.sh
index ea5214b..c22d9e5 100755
--- a/scripts/anapic_release_diff.sh
+++ b/scripts/anapic_release_diff.sh
@@ -26,5 +26,5 @@
git add -A
git commit -am "Android $1 to $2: $3" --no-edit
git diff HEAD~1 --stat
-repo upload . --no-verify
+repo upload . --no-verify --wip --hashtag=anapic_release_review
popd