summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-16 00:16:09 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-16 00:25:44 +0100
commit77c9aad7ff478f580f06656ae2d488554a29a91b (patch)
tree959fd7275e6344b0f44cacfe4b8e4ebc74d58d52
parentaa523f88581e16b9d7742aa8de260da91b900e3f (diff)
downloaddevice_samsung_midas_common-77c9aad7ff478f580f06656ae2d488554a29a91b.tar.gz
device_samsung_midas_common-77c9aad7ff478f580f06656ae2d488554a29a91b.tar.bz2
device_samsung_midas_common-77c9aad7ff478f580f06656ae2d488554a29a91b.zip
Adjust to vendor/replicant/ move into vendor/replicant/build
See the commit in the manifest repository for the rationale behind that move. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--midas.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 4fbbd89..fb87070 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -108,4 +108,4 @@ TARGET_RECOVERY_KERNEL_CLANG_COMPILE := true
TARGET_RECOVERY_KERNEL_CONFIG := replicant_recovery_defconfig
TARGET_RECOVERY_KERNEL_SOURCE := kernel/replicant/linux
--include vendor/replicant/config/BoardConfigReplicant.mk
+-include vendor/replicant/build/config/BoardConfigReplicant.mk
diff --git a/midas.mk b/midas.mk
index beaf0f5..a7fae59 100644
--- a/midas.mk
+++ b/midas.mk
@@ -247,4 +247,4 @@ PRODUCT_COPY_FILES += \
-include vendor/f-droid/prebuilts.mk
# Include common packages for Replicant
--include vendor/replicant/config/common.mk
+-include vendor/replicant/build/config/common.mk