Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4e3d691 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Also need to filter second pass.

Bug: 116802409
Test: manual
Change-Id: I874cea7987684a8f7dca5c4d03d226568f355d8d
parent aecff3d7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2147,6 +2147,8 @@ def show_deprecations_at_birth(cur, prev):
            del cur[prev_clazz.fullname]

    for clazz in cur.values():
        if not is_interesting(clazz): continue

        if "deprecated" in clazz.split and not clazz.fullname in prev:
            error(clazz, None, None, "Found API deprecation at birth")