From 27b922f53e938896c0a693a1d9f50e6c9e686ad7 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 4 Mar 2019 22:35:41 -0800 Subject: Annotate paths and deprecate ExtractSource(s)Deps Add `android:"path"` to all properties that take paths to source files, and remove the calls to ExtractSource(s)Deps, the pathsDepsMutator will add the necessary SourceDepTag dependency. Test: All soong tests Change-Id: I488ba1a5d680aaa50b04fc38acf693e23c6d4d6d --- android/prebuilt_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/prebuilt_test.go') diff --git a/android/prebuilt_test.go b/android/prebuilt_test.go index b30ca1a55..319c15dfa 100644 --- a/android/prebuilt_test.go +++ b/android/prebuilt_test.go @@ -196,7 +196,7 @@ type prebuiltModule struct { ModuleBase prebuilt Prebuilt properties struct { - Srcs []string + Srcs []string `android:"path"` } } -- cgit v1.2.3-59-g8ed1b