From: Nolen Johnson Date: Mon, 26 Feb 2024 16:35:12 +0000 (-0500) Subject: exynos9610: Include samsung_slsi-linaro soong namespaces X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d0dedd460281bfd85b21216483d9d6b8495ecd95;p=GitHub%2FLineageOS%2Fandroid_device_motorola_exynos9610-common.git exynos9610: Include samsung_slsi-linaro soong namespaces Change-Id: I90b61dfa6647d290d13e8e30923f0eacee8cd3b5 --- diff --git a/common.mk b/common.mk index 67ff1a4..e6bdb19 100644 --- a/common.mk +++ b/common.mk @@ -22,6 +22,9 @@ $(call inherit-product, vendor/motorola/exynos9610-common/exynos9610-common-vend # Enable updating of APEXes $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) +# Soong namespaces +$(call inherit-product, hardware/samsung_slsi-linaro/config/config.mk) + # A/B AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \