• Brian Muramatsu's avatar
    CTS Verifier Application Skeleton · 70a9e3f9
    Brian Muramatsu authored
    Create a skeletal application for the CTS Verifier and tests
    for the verifier itself. This is just a scaffold and
    doesn't include any tests yet.
    
    You should be be able to build the smoke tester and run the
    tests for the verifier using:
    
    runtest --path cts/apps/CtsVerifier
    
    This should leave the smoke tester installed on your device.
    
    Another way is build the app using "make cts"...
    
    adb install -r out/target/product/generic/data/app/CtsVerifier.apk
    
    Doing "make cts" will deposit the apk into the
    repository/testcases directory. The app will be packaged as part
    of the CTS zip bundle.
    
    Change-Id: Ifd0080a444a0183736d064f68feb04ee49a4a1c6
    70a9e3f9