Home | History | Annotate | Download | only in scripts
      1 Steps for running release tests.
      2 
      3 * build a release ec.bin image
      4 * relax file system restrictions
      5     adb root && adb disable-verity && adb reboot
      6     && adb wait-for-device root && adb remount
      7 * update an Android device:
      8     adb push ec.bin /data/local/tmp/ec.bin \
      9         && adb exec-out '/vendor/bin/hw/citadel_updater -v --rw --ro \
     10                 /data/local/tmp/ec.bin' \
     11         && adb exec-out '/vendor/bin/hw/citadel_updater \
     12                 --enable_ro --enable_rw --reboot ""' \
     13         && adb shell rm /data/local/tmp/ec.bin
     14 * run release-tests.sh
     15