cm: Add further verbose messaging for api breaking changes.

Change-Id: I2a53cbfb1aff682f0d39c7f600cc755aa9e4baa9
This commit is contained in:
Adnan Begovic 2016-03-30 11:25:00 -07:00
parent 2cf159cdf9
commit 3bfd87e5ac
1 changed files with 6 additions and 1 deletions

View File

@ -2,12 +2,17 @@
******************************
You have tried to change the API from what has been previously approved.
STOP.
Read this:
https://github.com/CyanogenMod/cm_platform_sdk/wiki/Creating-an-API-for-the-SDK#updating--verifying-the-api
To make these errors go away, you have two choices:
1) You can add "@hide" javadoc comments to the methods, etc. listed in the
errors above.
2) You can update current.txt by executing the following command:
2) You can update current.txt (locally) by executing the following command:
make update-cm-api
make update-cm-prebuilts-latest-public-api
^^^^^^^^^^^^^^^^^^
CONGRATS YOU EARNED A STINKEYE FROM CID!