FM: Set `provides_uses_lib` for qcom.fmradio module

Otherwise manifest_check is angry at us because for some reason it
doesn't recognize it as a required library for FM2.

Change-Id: I6eeaca9e0786f98fd1e727b82649ea31cf9f223c
diff --git a/qcom/fmradio/Android.bp b/qcom/fmradio/Android.bp
index 30e0b98..c238b9f 100644
--- a/qcom/fmradio/Android.bp
+++ b/qcom/fmradio/Android.bp
@@ -5,6 +5,7 @@
 
 java_library {
     name: "qcom.fmradio",
+    provides_uses_lib: "qcom.fmradio",
     defaults: ["qcom.fmradio_defaults"],
     installable: true,
     srcs: ["**/*.java"],