diff options
author | Bruno Martins <bgcngm@gmail.com> | 2024-06-23 12:29:15 +0100 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-21 14:27:54 +0530 |
commit | e43e57c3bd6c3f82addcaae4d377b71b41d028d8 (patch) | |
tree | 141800d012a2d2d675d47e03df1c332d3dbd2c66 /msm8996.mk | |
parent | 819759b6b9b6a989b32df5ef4ffdbbbd0db83157 (diff) |
msm8996-common: Move to new RFS install_symlink targets
Change-Id: I9560fd0da00958d9349a0881b5a5f64a2c02e495
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ # $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk) +# Add common definitions for Qualcomm +$(call inherit-product, hardware/qcom-caf/common/common.mk) + # Get non-open-source specific aspects $(call inherit-product, vendor/zuk/msm8996-common/msm8996-common-vendor.mk) |