Merge "Do not CloseGuard KernelID or FieldID" am: 6b70eafae1 am: d25acf1022

am: 1b74e324f6

Change-Id: I1220dcc0ee27b8ba5650bf78cf9e8574b16e3486
This commit is contained in:
Yang Ni
2017-06-13 22:29:12 +00:00
committed by android-build-merger

View File

@@ -41,7 +41,6 @@ public class Script extends BaseObj {
mScript = s;
mSlot = slot;
mSig = sig;
guard.open("destroy");
}
}
@@ -119,7 +118,6 @@ public class Script extends BaseObj {
super(id, rs);
mScript = s;
mSlot = slot;
guard.open("destroy");
}
}