Made untyped rs[GS]etElementAt available in debug context
The debug version of RS runtime library libclcore_debug.bc did not have
the untyped variants of allocation accessors, causing some CTS tests to
fail in debug context. This CL fixes them by making the non-debug untyped
accessors available in debug context.
Affected tests are:
android.renderscript.cts.AllocationTest#testSetElementAt
android.renderscript.cts.AllocationTest#testSetElementAt2D
Test: CTS under normal context, and affected tests under debug context
Bug: 37636434
Change-Id: Icf3254a6391f15fdc6ad1bf5a12e2f185b011e22
(cherry picked from commit b5a918ef5de4087d88ac9d17781c7cad59420fa2)
1 file changed