sdm660_64:enable TARGET_USES_QTIC
Re-enable qrdplus after vendor partition was enabled Change-Id: I9d1dd79e140d0a728a73d8ead91300ca59a99c4e CRs-Fixed: 2044401
This commit is contained in:
parent
d208bf99a5
commit
9eb12cdecf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ endif
|
||||||
# Disable QTIC until it's brought up in split system/vendor
|
# Disable QTIC until it's brought up in split system/vendor
|
||||||
# configuration to avoid compilation breakage.
|
# configuration to avoid compilation breakage.
|
||||||
ifeq ($(ENABLE_VENDOR_IMAGE), true)
|
ifeq ($(ENABLE_VENDOR_IMAGE), true)
|
||||||
TARGET_USES_QTIC := false
|
#TARGET_USES_QTIC := false
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET_USES_AOSP_FOR_AUDIO := false
|
TARGET_USES_AOSP_FOR_AUDIO := false
|
||||||
|
|
Loading…
Reference in a new issue