1#!/usr/bin/env bash 2 3set -e 4 5adb push build/android/x86/cpu-info /data/local/tmp/cpu-info 6adb shell /data/local/tmp/cpu-info 7