FM: Add qcom.fmradio to required[]
App doesn't work without that and it doesn't seem like any device
provides its own qcom.fmradio.jar implementation.
Change-Id: I7d48b3414a577c9a385ffabab95fc6de31decec3
diff --git a/fmapp2/Android.bp b/fmapp2/Android.bp
index 52361a9..eed6f0c 100755
--- a/fmapp2/Android.bp
+++ b/fmapp2/Android.bp
@@ -10,5 +10,5 @@
platform_apis: true,
aaptflags: ["--legacy"],
system_ext_specific: true,
- required: ["qcom.fmradio.xml"],
+ required: ["qcom.fmradio", "qcom.fmradio.xml"],
}