From 5d18b27d50e8b84c493945de8b66e496e5e0027d Mon Sep 17 00:00:00 2001 From: nyyu Date: Sat, 26 Nov 2022 19:31:20 +0100 Subject: [PATCH] msm8974-common: Build hardware/samsung needed after LineageOS/android_hardware_samsung@04dfa0c --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 896bb4e..99a597f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -84,6 +84,9 @@ TARGET_HAS_MEMFD_BACKPORT := true # SELinux include device/samsung/msm8974-common/sepolicy/sepolicy.mk +# SOONG +PRODUCT_SOONG_NAMESPACES += hardware/samsung + # Power TARGET_USES_INTERACTION_BOOST := true