msm8974-common: Use shared blobs from vendor/
Change-Id: I8f8675b9fd1950cd7c64538f160e73514209be19
This commit is contained in:
parent
7477a67fb5
commit
fe30e6b05f
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user