summaryrefslogtreecommitdiff
path: root/tests/java_api/RSTest_CompatLibLegacy/src
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2019-07-12 10:29:52 -0700
committerJeff Vander Stoep <jeffv@google.com>2019-07-15 09:22:22 -0700
commitab7b68cabd2a98b500edc2a0f8977a3f737f5cde (patch)
tree7ceaa2f087ee7dcb9ee7959804f1977fc41ae4ba /tests/java_api/RSTest_CompatLibLegacy/src
parent08f3d1a949e7cc828615fc519ef2860faca1411a (diff)
downloadrs-ab7b68cabd2a98b500edc2a0f8977a3f737f5cde.tar.gz
Renderscript: rename .rs extension to .rscript
Reserve .rs extension for Rust. Bug: 137365032 Test: make checkbuild Test: cd frameworks/compile/slang/tests ./slang_tests.py Test: atest CtsRenderscriptTestCases Test: CtsRsCppTestCases Change-Id: I88b87b253ddb63ba4a4946d185ef76a553ba6fee
Diffstat (limited to 'tests/java_api/RSTest_CompatLibLegacy/src')
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/alloc.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/alloc.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/apitest.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/apitest.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_alloc.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_alloc.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_init.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_init.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/atomic.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/atomic.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/bug_char.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/bug_char.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rs2
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rscript2
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/constant.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/constant.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rs2
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rscript2
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/copy_test.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/copy_test.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/element.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/element.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach_bounds.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach_bounds.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/fp_mad.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/fp_mad.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/int4.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/int4.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel_struct.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel_struct.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_agree.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_agree.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_conformance.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_conformance.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/min.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/min.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/noroot.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/noroot.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/primitives.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/primitives.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/refcount.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/refcount.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rsdebug.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rsdebug.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rslist.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rslist.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstime.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstime.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstypes.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstypes.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/sampler.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/sampler.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/struct.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/struct.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/unsigned.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/unsigned.rs)0
-rw-r--r--tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/vector.rscript (renamed from tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/vector.rs)0
37 files changed, 4 insertions, 4 deletions
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/alloc.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/alloc.rscript
index 1b5e2ac5..1b5e2ac5 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/alloc.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/alloc.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/apitest.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/apitest.rscript
index 865620f2..865620f2 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/apitest.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/apitest.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_alloc.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_alloc.rscript
index 74ffdb16..74ffdb16 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_alloc.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_alloc.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_init.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_init.rscript
index 842249af..842249af 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_init.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/array_init.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/atomic.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/atomic.rscript
index f0a50419..f0a50419 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/atomic.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/atomic.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/bug_char.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/bug_char.rscript
index dcd7b727..dcd7b727 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/bug_char.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/bug_char.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp.rscript
index 28b00bdc..28b00bdc 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rs
deleted file mode 100644
index 71c65aee..00000000
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "clamp.rs"
-#pragma rs_fp_relaxed
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rscript b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rscript
new file mode 100644
index 00000000..a9514c35
--- /dev/null
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/clamp_relaxed.rscript
@@ -0,0 +1,2 @@
+#include "clamp.rscript"
+#pragma rs_fp_relaxed
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/constant.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/constant.rscript
index 732eaefa..732eaefa 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/constant.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/constant.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert.rscript
index e314f2bc..e314f2bc 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rs
deleted file mode 100644
index 81abb9b1..00000000
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "convert.rs"
-#pragma rs_fp_relaxed
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rscript b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rscript
new file mode 100644
index 00000000..ad41780e
--- /dev/null
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/convert_relaxed.rscript
@@ -0,0 +1,2 @@
+#include "convert.rscript"
+#pragma rs_fp_relaxed
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/copy_test.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/copy_test.rscript
index f4243eba..f4243eba 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/copy_test.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/copy_test.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/element.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/element.rscript
index c7a7a87f..c7a7a87f 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/element.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/element.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach.rscript
index 08e6bede..08e6bede 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach_bounds.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach_bounds.rscript
index 875f2156..875f2156 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach_bounds.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/foreach_bounds.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/fp_mad.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/fp_mad.rscript
index 3e8889ed..3e8889ed 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/fp_mad.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/fp_mad.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript
index 65ce0326..65ce0326 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/instance.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/int4.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/int4.rscript
index c791cabc..c791cabc 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/int4.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/int4.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel.rscript
index 6972737e..6972737e 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel_struct.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel_struct.rscript
index 83484a2b..83484a2b 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel_struct.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/kernel_struct.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math.rscript
index aae29a4c..aae29a4c 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_agree.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_agree.rscript
index 80f73bef..80f73bef 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_agree.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_agree.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_conformance.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_conformance.rscript
index ae78feba..ae78feba 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_conformance.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/math_conformance.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/min.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/min.rscript
index 4b92763f..4b92763f 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/min.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/min.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/noroot.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/noroot.rscript
index 2c807bdf..2c807bdf 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/noroot.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/noroot.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/primitives.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/primitives.rscript
index ce451da8..ce451da8 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/primitives.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/primitives.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/refcount.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/refcount.rscript
index 4ea70e2e..4ea70e2e 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/refcount.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/refcount.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rsdebug.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rsdebug.rscript
index 68ac1689..68ac1689 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rsdebug.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rsdebug.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rslist.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rslist.rscript
index 62aa6960..62aa6960 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rslist.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rslist.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstime.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstime.rscript
index 7be955d5..7be955d5 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstime.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstime.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstypes.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstypes.rscript
index afada817..afada817 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstypes.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/rstypes.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/sampler.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/sampler.rscript
index ff1c0a74..ff1c0a74 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/sampler.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/sampler.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/struct.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/struct.rscript
index 1cd728e9..1cd728e9 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/struct.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/struct.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/unsigned.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/unsigned.rscript
index 2c056f49..2c056f49 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/unsigned.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/unsigned.rscript
diff --git a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/vector.rs b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/vector.rscript
index 0430a2fc..0430a2fc 100644
--- a/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/vector.rs
+++ b/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/vector.rscript