summaryrefslogtreecommitdiff
path: root/api/generate.sh
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2015-03-22 12:44:27 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2015-03-24 18:31:17 -0700
commit386e87ecf4114084c10dd385edc1c2baebe80a04 (patch)
tree513d07074f20afc8463300067490b2fbb47a1b04 /api/generate.sh
parentb560a8ab382ba9f7df2af1ece520b75a02451e4d (diff)
downloadrs-386e87ecf4114084c10dd385edc1c2baebe80a04.tar.gz
Reorganize the header files in a way that's easier to document.
This CL does not change any specification found in a .spec file, it just reorganizes the distribution of the content. It also changes a few files that included headers that no longer exist. Change-Id: I9474ea6706449312fc7a5715d5bef3eabb288bb9
Diffstat (limited to 'api/generate.sh')
-rwxr-xr-xapi/generate.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/generate.sh b/api/generate.sh
index fd0085da..e216e468 100755
--- a/api/generate.sh
+++ b/api/generate.sh
@@ -22,7 +22,9 @@ mkdir -p test
mkdir -p scriptc
mkdir -p html
-./generator rs_allocation.spec rs_atomic.spec rs_core_math.spec rs_core.spec rs_debug.spec rs_element.spec rs_graphics.spec rs_math.spec rs_matrix.spec rs_mesh.spec rs_object.spec rs_program.spec rs_quaternion.spec rs_sampler.spec rs_time.spec rs_types.spec
+# Because rsIs/Clear/SetObject is documented in rs_object_info but also found in rs_graphics, the latter must appear
+# after the former.
+./generator rs_core.spec rs_value_types.spec rs_object_types.spec rs_allocation_data.spec rs_atomic.spec rs_convert.spec rs_debug.spec rs_for_each.spec rs_io.spec rs_math.spec rs_matrix.spec rs_object_info.spec rs_quaternion.spec rs_time.spec rs_vector_math.spec rs_graphics.spec
rm -f ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/generated/*
mv test/* ../../../cts/tests/tests/renderscript/src/android/renderscript/cts/generated/