Begin converting Android.mk to Android.bp
These modules have their dependencies satisfied.
Change-Id: I67986efd7478e477770bedac72ab35a407e3d06a
diff --git a/modules/Android.mk b/modules/Android.mk
index 9f7e5f0..c62b2db 100644
--- a/modules/Android.mk
+++ b/modules/Android.mk
@@ -1,4 +1,3 @@
-hardware_modules := gralloc hwcomposer audio nfc nfc-nci local_time \
- power usbaudio audio_remote_submix camera usbcamera consumerir sensors vibrator \
- tv_input fingerprint input
+hardware_modules := gralloc hwcomposer \
+ usbaudio audio_remote_submix camera usbcamera sensors input
include $(call all-named-subdir-makefiles,$(hardware_modules))