diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-27 04:34:21 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-27 04:34:21 -0700 |
commit | d7202ba0ff1a901f74225c3bbf95a492dd86fbaa (patch) | |
tree | 4afb61a5af38d21ec2808c9a224f86269a106b0e | |
parent | 8fab3b6947844f428e61b4da28fecd9fcad24a49 (diff) | |
parent | 9a57acb3e4c5b257de43126229c6f6dd4ae393bb (diff) |
Merge "FM: Add support to compile FM for sdm660_64"
-rw-r--r-- | sdm660_64.mk | 2 | ||||
-rw-r--r-- | vintf.xml | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 5d73a61..d1afa72 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -22,7 +22,7 @@ TARGET_DISABLE_DASH := true TARGET_KERNEL_VERSION := 4.4 BOARD_FRP_PARTITION_NAME := frp -BOARD_HAVE_QCOM_FM := false +BOARD_HAVE_QCOM_FM := true TARGET_USES_NQ_NFC := false ifeq ($(TARGET_USES_NQ_NFC),true) @@ -335,4 +335,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <instance>radioconfig1</instance> </interface> </hal> + + <!-- fm --> + <hal format="hidl"> + <name>vendor.qti.hardware.fm</name> + <transport>hwbinder</transport> + <version>1.0</version> + <interface> + <name>IFmHci</name> + <instance>default</instance> + </interface> + </hal> </manifest> |