summaryrefslogtreecommitdiff
path: root/test-base
AgeCommit message (Collapse)Author
2018-01-15Replace legacy-test with android.test.base in bp filesPaul Duffin
The legacy-test target is deprecated and will be replaced by android.test.base. This replaces a few usages of the legacy-test target in Android.bp files with android.test.base. Bug: 30188076 Test: make checkbuild Change-Id: I3575f638114fe2a3b703e67837496346bde24472
2018-01-13Remove junit classes from legacy-android-testPaul Duffin
A mistake during the conversion of the legacy-android-test target from Android.mk to Android.bp caused some junit classes to be accidentally included in the legacy-android-test target. That caused some warnings about duplicate classes to be output during the build. The junit classes are being included as part of the static library android.test.runner. This fixes that by adding a new android.test.runner-minus-junit which excludes the junit classes and then using that instead. Test: make checkbuild Change-Id: Icd00b38c64d3416a55c1055f9716ddb78ec278f8
2018-01-12Added new android.test.base targetsPaul Duffin
Renames ...-legacy-test-... targets related to stubs generation to ...-android-test-base-.... (cherry picked from commit 5c99382a1995723637814221cd5432c458c622ad) Bug: 30188076 Test: make checkbuild Change-Id: I40b39c5250b7d990a903052c0b1ebd694242b5b3 Merged-Id: I54204733612d6d3f14dd8023973e993a5ddab51d
2018-01-12Move legacy-test to test-basePaul Duffin
Make it consistent with the test-mock and test-runner directories. Also renames the files in api/ subdirectory. (cherry picked from commit f779efd62cd579f67bd3b387d59fda11ee0cbe90) Bug: 30188076 Test: make checkbuild Change-Id: Ied3621e6201d8717223fe1ccd4ea77d458126b25 Merged-In: If4f99a65fcca416ede5b3e63481398f0b451bcb7