drm_hwcomposer: Support other drm nodes than card0

On dragon, card0 = Nouveau, card1 = TegraDRM.

Change-Id: Ie69639e40162ceb4ab99025dd9406ae44b7204c8
Reviewed-on: https://chrome-internal-review.googlesource.com/196021
Reviewed-by: Stéphane Marchesin <marcheu@google.com>
Commit-Queue: Stéphane Marchesin <marcheu@google.com>
Tested-by: Stéphane Marchesin <marcheu@google.com>
diff --git a/Android.mk b/Android.mk
index 2a725f3..214e28f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,6 +20,7 @@
 BUFFER_IMPORTER := gralloc
 
 LOCAL_SHARED_LIBRARIES := \
+	libcutils \
 	libdrm \
 	libhardware \
 	liblog \