Merge "Document the intake form for Android API removal requests" into main
diff --git a/api-guidelines/evolution.md b/api-guidelines/evolution.md
index 414b173..8354d74 100644
--- a/api-guidelines/evolution.md
+++ b/api-guidelines/evolution.md
@@ -220,12 +220,8 @@
 ### Hard removal <a name="hard-removal"></a>
 
 Hard removal is a binary-breaking change and should never occur in public APIs.
-For system APIs, hard removals **must** be preceded by soft removal for the
-duration of a major release. Remove the entire implementation when hard-removing
-APIs.
-
-Tests for hard-removed APIs **must** be removed since they will no longer
-compile otherwise.
+If you have a strong justification for a removal, you can request for approval
+by submitting the 1 pager at go/request-android-api-removal.
 
 ### Discouraging {.numbered}