msm8974-common: Use shared blobs from vendor/

Change-Id: I8f8675b9fd1950cd7c64538f160e73514209be19
This commit is contained in:
Kevin F. Haggerty 2017-12-31 08:45:00 -07:00
parent 7477a67fb5
commit fe30e6b05f
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# Copyright (C) 2012 The CyanogenMod Project
# Copyright (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -57,3 +58,6 @@ TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8974
# Time services
BOARD_USES_QC_TIME_SERVICES := true
# inherit from the proprietary version
-include vendor/samsung/msm8974-common/BoardConfigVendor.mk

View File

@ -1,4 +1,5 @@
# Copyright (C) 2012 The CyanogenMod Project
# Copyright (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -153,5 +154,8 @@ PRODUCT_PACKAGES += \
wpa_supplicant \
wpa_supplicant.conf
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/samsung/msm8974-common/msm8974-common-vendor.mk)
# common msm8974
$(call inherit-product, device/samsung/qcom-common/qcom-common.mk)