summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-10-07 14:55:36 +0100
committerAnton Hansson <hansson@google.com>2020-10-07 14:57:40 +0100
commitc3ef1f564f86e09e7fad11a78466024465caadb5 (patch)
tree76933f46e68269085d8286571e14c59e2a1e781d
parentb0ba7618c8584071d9a99ee6cf938ec474ff0f16 (diff)
Add last_released checking for module-lib API too
I missed this in If608be48276f0a7f76afd714656267ed379ce062, which added last_released tracking to the other *-non-updatable APIs. See that change for more context. Bug: 170105267 Test: m checkapi Change-Id: I32d09c7fc155c04295dc16028a568e3381c09e4b
-rw-r--r--StubLibraries.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 50925a37d12b..4e1de0ecf9d4 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -308,6 +308,10 @@ droidstubs {
api_file: "non-updatable-api/module-lib-current.txt",
removed_api_file: "non-updatable-api/module-lib-removed.txt",
},
+ last_released: {
+ api_file: ":android-non-updatable.api.module-lib.latest",
+ removed_api_file: ":android-non-updatable-removed.api.module-lib.latest",
+ },
api_lint: {
enabled: true,
new_since: ":android-non-updatable.api.module-lib.latest",