aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-04-09 16:02:44 -0700
committerElliott Hughes <enh@google.com>2020-04-10 12:29:39 -0700
commit840a6705113a20b716ac67690bd8a7c91badb294 (patch)
treeb5381fda0b53dd45d295a0fd52d4f7cda1b0e180 /Android.bp
parentd621bdcd9a15346a0c9a7234deebb82972925792 (diff)
parent13bdf568b05f5a36e1374de45d37d80a2a0268c2 (diff)
downloadstressapptest-840a6705113a20b716ac67690bd8a7c91badb294.tar.gz
Upgrade to stressapptest v1.0.9.
We already had some cherrypicks from v1.0.9 in the tree for arm64 support. Fix up Android.bp to declare the cpu type. Add METADATA. Test: treehugger Change-Id: Id5a64382bb3215d8933537e1c7ed5fbc7c3347f7
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f8947fe..3743d2f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,8 @@ cc_binary {
],
arch: {
+ arm: { cflags: ["-DSTRESSAPPTEST_CPU_ARMV7A"] },
+ arm64: { cflags: ["-DSTRESSAPPTEST_CPU_AARCH64"] },
x86: {
enabled: false,
},