Files
frameworks_base/tests/RollbackTest
JW Wang 0551fa0e78 Remov a todo that is no longer needed
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
2019-10-15 09:29:43 +08:00
..

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