OSDN Git Service

Add android.test.mock.stubs-system
authorPaul Duffin <paulduffin@google.com>
Fri, 15 Dec 2017 12:49:36 +0000 (12:49 +0000)
committerPaul Duffin <paulduffin@google.com>
Tue, 19 Dec 2017 19:56:21 +0000 (19:56 +0000)
commita23c84c7cac4a48e5850ac7834e7ea233e498963
tree34ae50b491e67cd528ac82e6fb4d1c969ed717b0
parentbd97e3dd4e5d395f336114016b000ef3cfb26053
Add android.test.mock.stubs-system

The android.test.mock package contains one class with some methods that
are annotated with @SystemApi which are not present in the
android.test.mock.stubs. This adds a new android.test.mock.stubs-system
library that includes those additional methods.

Checked that the new API definition files contain the exact same
definitions for the android.test.mock packages as are found in the
api/system-current.txt and api/system-removed.txt files.

Bug: 30188076
Test: make update-api && make checkbuild
Change-Id: I4644d30716e556204caa4acb53d7af84ca520271
test-mock/Android.mk
test-mock/api/android-test-mock-system-current.txt [new file with mode: 0644]
test-mock/api/android-test-mock-system-removed.txt [new file with mode: 0644]
test-mock/api/apicheck_msg_android_test_mock-system.txt [new file with mode: 0644]