Loading Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -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", }, }, } Loading @@ -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", }, }, } Loading Loading
Android.bp +8 −0 Original line number Diff line number Diff line Loading @@ -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", }, }, } Loading @@ -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", }, }, } Loading