Files
frameworks_base/test-base/api/apicheck_msg_android_test_base.txt
Paul Duffin 5c99382a19 Added new android.test.base targets
Renames ...-legacy-test-... targets related to stubs generation to
...-android-test-base-....

Bug: 30188076
Test: make checkbuild
Change-Id: I54204733612d6d3f14dd8023973e993a5ddab51d
2017-11-28 15:42:05 +00:00

18 lines
542 B
Plaintext

******************************
You have tried to change the API from what has been previously approved.
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 android-test-base-current.txt by executing the following command:
make update-android-test-base-api
To submit the revised android-test-base-current.txt to the main Android repository,
you will need approval.
******************************