summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2016-03-30 11:25:00 -0700
committerAdnan Begovic <adnan@cyngn.com>2016-03-30 11:25:00 -0700
commit3bfd87e5ac08f56501c14c0f8c4ca0ff12ec0e48 (patch)
treea0195ffec84d39a55133ea6ca11c0be93e6addd3 /build
parent2cf159cdf979827430706c522d698a24fe4d9923 (diff)
downloadvendor_replicant-3bfd87e5ac08f56501c14c0f8c4ca0ff12ec0e48.zip
vendor_replicant-3bfd87e5ac08f56501c14c0f8c4ca0ff12ec0e48.tar.gz
vendor_replicant-3bfd87e5ac08f56501c14c0f8c4ca0ff12ec0e48.tar.bz2
cm: Add further verbose messaging for api breaking changes.
Change-Id: I2a53cbfb1aff682f0d39c7f600cc755aa9e4baa9
Diffstat (limited to 'build')
-rw-r--r--build/core/apicheck_msg_current.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/build/core/apicheck_msg_current.txt b/build/core/apicheck_msg_current.txt
index f58858e..ea829c0 100644
--- a/build/core/apicheck_msg_current.txt
+++ b/build/core/apicheck_msg_current.txt
@@ -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!