There is not much point in building internal tests against the SDK and limiting its API usage. See b/136044235 #4 ~ #6 for detailed discussion. Bug: 136044235 Test: mm no build breaks should happen Change-Id: I02437d7e4436cfc9b1fce9b04b0edb50bf70dc28
This directory contains a test for the rollback manager service. Directory structure =================== RollbackTest - device driven test for rollbacks not involving staged rollbacks. StagedRollbackTest - device driven test for staged rollbacks. TestApp - source for dummy apks used in testing. TestApex - source for dummy apex modules used in testing. Running the tests ================= You can manually run the tests as follows: atest RollbackTest atest StagedRollbackTest