xref: /aosp_15_r20/external/cpuinfo/scripts/android-armv7-cache-info.sh (revision 2b54f0db79fd8303838913b20ff3780cddaa909f)
1#!/usr/bin/env bash
2
3set -e
4
5adb push build/android/armeabi-v7a/cache-info /data/local/tmp/cache-info
6adb shell /data/local/tmp/cache-info
7