diff options
author | Nolen Johnson <johnsonnolen@gmail.com> | 2020-07-13 18:35:22 -0400 |
---|---|---|
committer | Nanhumly <admin@warbler.cc> | 2023-08-03 11:38:14 +0000 |
commit | e6534e3493994ae5a4d93ee4e6966d4a43162982 (patch) | |
tree | 0c12770d01398a8246de662dcf678c2a66aca6f4 /BoardConfigCommon.mk | |
parent | f56b801c3452cfbbfeac27175cdcc64b5acf6b9d (diff) |
msm8996-common: Don't declare BOARD_VENDOR
* Only matters when it differs from the device OEM.
Change-Id: Id9af8263cb42dc7a0e3a9ce8677385e224910302
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 3abbaba..c0546a4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -15,8 +15,6 @@ # limitations under the License. # -BOARD_VENDOR := zuk - VENDOR_PATH := device/zuk/msm8996-common BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true |