diff options
| author | Steve Kondik <steve@cyngn.com> | 2015-03-31 14:42:39 -0700 |
|---|---|---|
| committer | Ricardo Cerqueira <ricardo@cyngn.com> | 2015-06-03 00:14:18 +0100 |
| commit | fd728efccb93b67cf868238fb3f24be321773a58 (patch) | |
| tree | 30ba0068c8ee7bcf75b99bcd60a5d0937a793217 | |
| parent | 5f66ad63583a8a90bb90acb0d7d7c740bb61d1dd (diff) | |
lettuce: Enable build with protobuf-c
* Required for QCRIL
Change-Id: I4388f37e81c586e27b875c98f278561e1ce0d95e
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 72598ae..9dd2044 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -162,6 +162,7 @@ TARGET_RELEASETOOLS_EXTENSIONS := $(LOCAL_PATH) # RIL TARGET_RIL_VARIANT := caf +PROTOBUF_SUPPORTED := true # SELinux include device/qcom/sepolicy/sepolicy.mk |
