diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2018-07-13 23:17:23 +0300 |
|---|---|---|
| committer | Erfan Abdi <erfangplus@gmail.com> | 2018-07-23 10:24:22 +0430 |
| commit | a989ffd8802223840ec61a5b46c43db14296bf53 (patch) | |
| tree | a2ac3dd740a8e9ed24c21ea23b82ba02e28d5820 | |
| parent | 87fa8fe9abf29467e78c52e6b66670a667376ba8 (diff) | |
griffin: Set TARGET_PROVIDES_QTI_TELEPHONY_JAR
* Avoids the following warnings on every single rebuild of anything:
build/core/Makefile:34: warning: overriding commands for target
`/out/lineage-15.1/target/product/griffin/system/framework/qti-telephony-common.jar'
build/core/base_rules.mk:391: warning: ignoring old commands for target
`/out/lineage-15.1/target/product/griffin/system/framework/qti-telephony-common.jar'
Change-Id: Idffe1a95d5ddac0ef3d6c74e3d55293b553e51ba
| -rwxr-xr-x | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index b642c951..e84e855b 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -202,6 +202,7 @@ USE_OPENGL_RENDERER := true # RIL PROTOBUF_SUPPORTED := true TARGET_RIL_VARIANT := caf +TARGET_PROVIDES_QTI_TELEPHONY_JAR := true # Treble BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true |
