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

(cherry picked from commit 5c99382a19)

Bug: 30188076
Test: make checkbuild
Change-Id: I40b39c5250b7d990a903052c0b1ebd694242b5b3
Merged-Id: I54204733612d6d3f14dd8023973e993a5ddab51d
2018-01-12 16:31:08 +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.
******************************