Jiyong Park 9b62bc81f7 Keep only the classes in the android.test.mock package
framework-core-sources-for-test-mock has some classes that are outside
of the android.test.mock package. It is necessary just to provide
private APIs to the mock classes, but not to include them in the impl
library.

Removing the unnecessary classes by using jarjar.

Bug: 199529199
Test: m
Change-Id: I4d0de6132245c4923a4b17a4004c300cd864c116
2021-09-15 01:04:59 +09:00

8 lines
148 B
Plaintext

zap android.accounts.**
zap android.app.**
zap android.content.**
zap android.database.**
zap android.os.**
zap android.util.**
zap android.view.**