diff options
| author | Edward Wang <ewang@cyngn.com> | 2015-07-23 10:58:25 -0700 |
|---|---|---|
| committer | Edward Wang <ewang@cyngn.com> | 2015-07-23 10:58:25 -0700 |
| commit | 9dd44760ad48bd3e284a05cb6e55f3f6003d7225 (patch) | |
| tree | daf6a8f1046068c35417066cb0004ffa403838b5 /BoardConfigCommon.mk | |
| parent | be4621400a20d78d984fabebab0b4ed12c68f847 (diff) | |
msm8916-common: always use signed venus blob
Change-Id: I96d733131b2ad1e5530e99a3e586868633cd4f20
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8aa4f5a..da84248 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -170,6 +170,9 @@ ifneq ($(QCPATH),) BOARD_USES_QCNE := true endif +# Video +TARGET_HAVE_SIGNED_VENUS_FW := true + # Vold TARGET_USE_CUSTOM_LUN_FILE_PATH := /sys/devices/platform/msm_hsusb/gadget/lun%d/file |
