diff options
author | jinfaw <jinfaw@codeaurora.org> | 2017-05-08 15:45:00 +0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-09 01:53:57 -0700 |
commit | 9eb12cdecfab845311cb815117ceb74c6c136bd8 (patch) | |
tree | c9d1efd64e2ab63cb8d33b0497adf145ded9dcab /sdm660_64.mk | |
parent | d208bf99a543467c8d7cd6f9578e2e56552ec88c (diff) |
sdm660_64:enable TARGET_USES_QTIC
Re-enable qrdplus after vendor partition was enabled
Change-Id: I9d1dd79e140d0a728a73d8ead91300ca59a99c4e
CRs-Fixed: 2044401
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index f011a11..441c09c 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -13,7 +13,7 @@ endif # Disable QTIC until it's brought up in split system/vendor # configuration to avoid compilation breakage. ifeq ($(ENABLE_VENDOR_IMAGE), true) -TARGET_USES_QTIC := false +#TARGET_USES_QTIC := false endif TARGET_USES_AOSP_FOR_AUDIO := false |