aboutsummaryrefslogtreecommitdiffstats
path: root/METADATA
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2017-11-15 17:00:21 +0100
committerVictor Khimenko <khim@google.com>2017-11-15 17:00:34 +0100
commit8604d027583c42cba53de5b7bf930f9727e6f515 (patch)
treec2481dae71672f234808c113b7187ab16f697919 /METADATA
parent8df5edf49478402f498252056f95cda0789313f1 (diff)
downloadplatform_external_arm-neon-tests-8604d027583c42cba53de5b7bf930f9727e6f515.tar.gz
platform_external_arm-neon-tests-8604d027583c42cba53de5b7bf930f9727e6f515.tar.bz2
platform_external_arm-neon-tests-8604d027583c42cba53de5b7bf930f9727e6f515.zip
Add NOTICE/METADATA/MODULE_LICENSE_MIT files
Bug: 69317864 Test: trybots Change-Id: Ib7fe6ade352cc0b9a115bb749db330eefffc7337
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 18 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..b16ca91
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,18 @@
+name: "arm_neon_tests"
+description:
+ "ARM neon tests. Used to test certain devices, not to be distributed with system images."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/christophe-lyon/arm-neon-tests"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/christophe-lyon/arm-neon-tests.git"
+ }
+ version: "333ee3023f49a605e886e77c6e8c49bf655c81fb"
+ last_upgrade_date { year: 2017 month: 11 day: 15 }
+
+ local_modifications: "Android.mk is created on basis of Makefile. Some tests are disabled to prevent clang crash on buildbots."
+}