Fix build: Remove unused debug flag

Change-Id: I929df7018aba8ac7677aa30c17bd842599697ac7
(cherry picked from commit bc0580db5f)
This commit is contained in:
Eino-Ville Talvala
2016-07-18 15:01:56 -07:00
committed by Andreas Gampe
parent b88c3801ea
commit 27f2a0ffe9

View File

@@ -43,8 +43,6 @@
#include <sys/types.h> // for socketpair
#include <sys/socket.h> // for socketpair
static const bool kIsDebug = false;
// fully-qualified class name
#define CAMERA_METADATA_CLASS_NAME "android/hardware/camera2/impl/CameraMetadataNative"
#define CHARACTERISTICS_KEY_CLASS_NAME "android/hardware/camera2/CameraCharacteristics$Key"