Unhide Script::reduce() interface for general reduction.

Bug: 23535724

Change-Id: I7a43622954de9f4168f7e4376f39d6ec54191c03
This commit is contained in:
David Gross
2016-01-22 14:33:15 -08:00
parent 8d4d5c1c20
commit ba038689b1
4 changed files with 3 additions and 1 deletions

View File

@@ -315,7 +315,6 @@ public class Script extends BaseObj {
/**
* Only intended for use by generated reflected code. (General reduction)
*
* @hide
*/
protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) {
mRS.validate();