d915238553
Currently, this is the default so this is a no-op, But the default is changing to true. Bug: 180375550 Test: Treehugger Merged-In: I153e6f842e03a732bfa852b830e0f65050e9270f Change-Id: I153e6f842e03a732bfa852b830e0f65050e9270f
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 fake apks used in testing. TestApex - source for fake apex modules used in testing. Running the tests ================= You can manually run the tests as follows: atest RollbackTest atest StagedRollbackTest