Split odsign_e2e_tests into two modules.

odsign_e2e_tests is in CTS. We cannot keep all test cases in this module
because some test cases don't meet to quaility bar. Besides, those tests
verify module behavior rather than platform behavior, so they should not
be in CTS anyway.

This change adds `include-filter`s to odsign_e2e_tests to filter out
test cases that shouldn't be in CTS. It adds a separate module
`odsign_e2e_tests_full` that contains all test cases.

Also, this change removes manual `enableAdbRoot` calls and adds
`RootTargetPreparer` to `odsign_e2e_tests_full`.

Bug: 219695818
Bug: 219698071
Bug: 219697768
Bug: 220604681
Bug: 218721247
Test: atest --collect-tests-only odsign_e2e_tests
Test: atest --collect-tests-only odsign_e2e_tests_full
Change-Id: I0eb47caa3d720e3063a6dd56a7f9ecb8ec2f30bd
10 files changed