diff options
Diffstat (limited to 'cc/prebuilt.go')
-rw-r--r-- | cc/prebuilt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/prebuilt.go b/cc/prebuilt.go index 686a85a3..4c893d4f 100644 --- a/cc/prebuilt.go +++ b/cc/prebuilt.go @@ -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. |