From cd39a304a074dd66ddef335c0e16144d252db4ff Mon Sep 17 00:00:00 2001 From: Tanuj Tekriwal Date: Mon, 28 Oct 2024 05:00:28 +0000 Subject: [PATCH] Add comment explaining the use of include_** files. This patch will add comments explaining what will happen if we add include_common and include_preliminary files in a build target folder. Tests Done: source and lunch Tracked-On: OAM-126841 Signed-off-by: Tanuj Tekriwal --- aosp_diff/caas/include_preliminary | 3 +++ bsp_diff/caas/include_common | 3 +++ 2 files changed, 6 insertions(+) diff --git a/aosp_diff/caas/include_preliminary b/aosp_diff/caas/include_preliminary index e69de29bb2..cf492149d8 100644 --- a/aosp_diff/caas/include_preliminary +++ b/aosp_diff/caas/include_preliminary @@ -0,0 +1,3 @@ +This file is to include vendor/intel/utils/aosp_diff/preliminary folder +for this build target. It will include all the common patches which apply +to all build targets whether it is embargoed or non-embargoed. diff --git a/bsp_diff/caas/include_common b/bsp_diff/caas/include_common index e69de29bb2..92ed07e307 100644 --- a/bsp_diff/caas/include_common +++ b/bsp_diff/caas/include_common @@ -0,0 +1,3 @@ +This file is to include vendor/intel/utils/bsp_diff/common folder +for this build target. It will include all the common non-embargoed patches +which apply to all build targets whether it is embargoed or non-embargoed.