From 92b5929b8bc64b2dd7aa34ad358ed9cb6e4edeaf Mon Sep 17 00:00:00 2001 From: OdSazib Date: Mon, 28 Jun 2021 20:09:13 +0600 Subject: [PATCH] sdm660-common: Remove obsolete directory flag All system directory are handled by build/core/board_config.mk Unless we have an explicit different directory from OEM like vendor path which is symlinked to the system as well, we can leave it. Reference: https://android.googlesource.com/platform/build/+/refs/heads/master/core/board_config.mk#521 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 66b4a26a..791e7a04 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -193,7 +193,6 @@ BOARD_ROOT_EXTRA_SYMLINKS := \ /mnt/vendor/persist:/persist # Directory -TARGET_COPY_OUT_PRODUCT := system/product TARGET_COPY_OUT_VENDOR := vendor # Peripheral manager