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 fixed 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
1 file changed