Merge "Fix build." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4c76fdd8f2
@@ -35,7 +35,7 @@ import java.util.HashMap;
|
||||
public class CameraMetadataNative extends CameraMetadata implements Parcelable {
|
||||
|
||||
private static final String TAG = "CameraMetadataJV";
|
||||
private final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
|
||||
private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
|
||||
|
||||
public CameraMetadataNative() {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user