diff options
author | Pawan Chilka <pchilk@codeaurora.org> | 2017-05-10 13:52:09 +0530 |
---|---|---|
committer | Pawan Chilka <pchilk@codeaurora.org> | 2017-05-11 15:54:25 +0530 |
commit | 506c4e194e01ba287c5be8d337c149a4809647d6 (patch) | |
tree | b90591fde997e409fc4baecac85c70b1c5c78f03 /sdm660_64.mk | |
parent | 9eb12cdecfab845311cb815117ceb74c6c136bd8 (diff) |
SDM660_64 BIT :Enabling vendor.img
Change-Id: I3cbb4487435e86ab8233ec024f285a9088d8e4e4
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 441c09c..2b08e53 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -7,7 +7,7 @@ endif # Default vendor configuration. ifeq ($(ENABLE_VENDOR_IMAGE),) -ENABLE_VENDOR_IMAGE := false +ENABLE_VENDOR_IMAGE := true endif # Disable QTIC until it's brought up in split system/vendor |