From 3bfd87e5ac08f56501c14c0f8c4ca0ff12ec0e48 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Wed, 30 Mar 2016 11:25:00 -0700 Subject: [PATCH] cm: Add further verbose messaging for api breaking changes. Change-Id: I2a53cbfb1aff682f0d39c7f600cc755aa9e4baa9 --- build/core/apicheck_msg_current.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build/core/apicheck_msg_current.txt b/build/core/apicheck_msg_current.txt index f58858eb..ea829c0e 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!