Merge "Move Camera.EventHandler constructor to greylist" am: b31032b3b0

am: 7746e7c553

Change-Id: I2d812e9a4bcb1e64b736a84da9a33e4275a4f503
This commit is contained in:
David Brazdil
2019-03-08 07:13:46 -08:00
committed by android-build-merger

View File

@@ -1174,6 +1174,7 @@ public class Camera {
{
private final Camera mCamera;
@UnsupportedAppUsage
public EventHandler(Camera c, Looper looper) {
super(looper);
mCamera = c;