diff options
| author | Ashish Kotnala <ashishkotnala29@users.noreply.github.com> | 2017-01-18 15:59:15 +0530 |
|---|---|---|
| committer | hemantbeast <hemantbeast@gmail.com> | 2017-03-12 19:06:29 +0530 |
| commit | f38f2a10f7984553edbacd328275ae4b554bd1c0 (patch) | |
| tree | 8b1b8cce4bfe9ffdf9477f62dfe5ffdaf6a5c517 | |
| parent | e45f0fa031e0e32cc9e319c292428e961f9777cd (diff) | |
BoardConfig: Set BOARD_HAVE_QCOM_FM flag
Now needed to build libfmjni: https://review.lineageos.org/156827/
Change-Id: If5f93aa042274037e004b4d8466723801b49df97
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f9d2642..86336b1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -69,6 +69,7 @@ BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432 BOARD_FLASH_BLOCK_SIZE := 131072 # FM +BOARD_HAVE_QCOM_FM := true TARGET_FM_LEGACY_PATCHLOADER := true # GPS |
