diff options
| -rw-r--r-- | Android.bp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 5e116ddfe7d6..ecbe2491c366 100644 --- a/Android.bp +++ b/Android.bp @@ -1518,6 +1518,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", + }, }, } @@ -1538,6 +1542,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", + }, }, } |