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
This commit is contained in:
LuK1337
2022-02-22 20:33:46 +01:00
committed by Michael Bestas
parent 02aa130abb
commit c560eea5b5

View File

@@ -5,6 +5,7 @@ java_defaults {
java_library {
name: "qcom.fmradio",
provides_uses_lib: "qcom.fmradio",
defaults: ["qcom.fmradio_defaults"],
installable: true,
srcs: ["**/*.java"],