From 160bb70c4cd380ee3a5173a0f706c6b0792506dd Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Fri, 30 Mar 2018 20:04:33 -0700 Subject: [PATCH] Fix the comment for find-test-data-in-subdirs. The function along with LOCAL_TEST_DATA are very helpful, but it took me some extra minutes to figure out the issue with the arguments. Test: N/A Change-Id: I2c2878fca99ab77ea881d86635c27c34f9ecf855 --- core/definitions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/definitions.mk b/core/definitions.mk index e259e1981..93decc409 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -471,8 +471,8 @@ endef ########################################################### ## Find test data in a form required by LOCAL_TEST_DATA ## $(1): the base dir, relative to the root of the source tree. -## $(3): the file name pattern to be passed to find as "-name" -## $(2): a list of subdirs of the base dir +## $(2): the file name pattern to be passed to find as "-name" +## $(3): a list of subdirs of the base dir ########################################################### define find-test-data-in-subdirs