Welcome to mirror list, hosted at ThFree Co, Russian Federation.

android-armv7-auxv-dump.sh « scripts - github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a4ec928d63ded9c5d56fcb48408b389471a91e8 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

set -e

adb push build/android/armeabi-v7a/auxv-dump /data/local/tmp/auxv-dump
adb shell /data/local/tmp/auxv-dump