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
This commit is contained in:
@@ -33,7 +33,7 @@ type prebuiltLinker struct {
|
||||
android.Prebuilt
|
||||
|
||||
properties struct {
|
||||
Srcs []string `android:"arch_variant"`
|
||||
Srcs []string `android:"path,arch_variant"`
|
||||
|
||||
// Check the prebuilt ELF files (e.g. DT_SONAME, DT_NEEDED, resolution of undefined
|
||||
// symbols, etc), default true.
|
||||
|
Reference in New Issue
Block a user