Deprecate RS Java APIs.

This CL marks RenderScript Java APIs as deprecated.

Bug: 168711199
Test: m
Test: CtsRenderscriptTestCases
Test: CtsRsCppTestCases
Test: CtsRsBlasTestCases
Change-Id: Id271a794679d445c480d62c87ae6c8150f6901f8
This commit is contained in:
Xusong Wang
2021-01-05 10:09:52 -08:00
parent 99051f249a
commit 8b4548c43a
63 changed files with 1147 additions and 903 deletions

View File

@@ -37,6 +37,7 @@ import android.view.SurfaceHolder;
* <a href="{@docRoot}guide/topics/renderscript/index.html">RenderScript</a> developer guide.</p>
* </div>
**/
@Deprecated
public class RenderScriptGL extends RenderScript {
int mWidth;
int mHeight;