diff options
author | 2022-01-13 09:06:27 +0000 | |
---|---|---|
committer | 2022-01-13 09:06:27 +0000 | |
commit | 23ba02e90e38bf19c468b75d1900f714f8f0d69c (patch) | |
tree | 35f8a82139396581000ae269bc049a68f34a8961 | |
parent | 2bc805e26d3485b72ef5b7d38ef5f326eb3a6c28 (diff) | |
parent | 2dbb177f311f38f061d5b952cdef09a08ace945f (diff) |
Merge "Fix module-lib incompatibilities file is not referenced"
-rw-r--r-- | StubLibraries.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 31fecd1c45c3..14da6fbcd69c 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -177,6 +177,7 @@ droidstubs { last_released: { api_file: ":android-non-updatable.api.module-lib.latest", removed_api_file: ":android-non-updatable-removed.api.module-lib.latest", + baseline_file: ":android-non-updatable-incompatibilities.api.module-lib.latest", }, api_lint: { enabled: true, |