Revert "vibrator: Hook USE_EFFECT_STREAM up"

This isn't needed for us and breaks the build when other devices with
custom vibrator effects are synced in the same android tree.

Change-Id: I2f686db3055f8bfc520fa5ee382b75d5bc4c6a84
diff --git a/vibrator/Android.bp b/vibrator/Android.bp
index a96d9ab..1d6508a 100644
--- a/vibrator/Android.bp
+++ b/vibrator/Android.bp
@@ -35,10 +35,7 @@
 
 cc_library_shared {
     name: "vendor.qti.hardware.vibrator.impl.FP5",
-    defaults: [
-        "vibrator_defaults",
-        "qti_vibrator_hal_defaults",
-    ],
+    defaults: ["vibrator_defaults"],
     vendor: true,
     srcs: [
         "Vibrator.cpp",
@@ -48,6 +45,7 @@
         "libcutils",
         "libutils",
         "liblog",
+        "libqtivibratoreffect",
         "libqtivibratoreffectoffload",
         "libbinder_ndk",
     ],