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

Commit 5c31884f authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Merge "Add compatibility check for (system|test_)api-stubs-docs" am: c9b01b87 am: 27892305

am: 7d113729

Change-Id: I613d0f35687005f4e2ef1ff26c5d673b44cd5a8a
parents 0a2348f8 7d113729
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1526,6 +1526,10 @@ droiddoc {
            api_file: "api/current.txt",
            removed_api_file: "api/removed.txt",
        },
        last_released: {
            api_file: ":last-released-public-api",
            removed_api_file: "api/removed.txt",
        },
    },
}

@@ -1546,6 +1550,10 @@ droiddoc {
            api_file: "api/system-current.txt",
            removed_api_file: "api/system-removed.txt",
        },
        last_released: {
            api_file: ":last-released-system-api",
            removed_api_file: "api/system-removed.txt",
        },
    },
}