diff options
author | 2023-11-29 16:42:42 +0000 | |
---|---|---|
committer | 2023-12-05 19:56:26 +0000 | |
commit | 26df39fe44dd5bfddc0463d7a186e7f4b0af140b (patch) | |
tree | 1505711ef147d1d88207a2705cbfe757db88ab8b /android/source_file_provider.go | |
parent | 8094b6bf9dc368f080c6455261ebe1d999772de0 (diff) |
Add source file provider for genrule/srcs, python libraries and rust libraries.
Change-Id: I2d7d4684a10c15aeecc27b8db800ab27a807d2e2
Diffstat (limited to 'android/source_file_provider.go')
-rw-r--r-- | android/source_file_provider.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/android/source_file_provider.go b/android/source_file_provider.go deleted file mode 100644 index 80bde2a50..000000000 --- a/android/source_file_provider.go +++ /dev/null @@ -1,11 +0,0 @@ -package android - -import ( - "github.com/google/blueprint" -) - -type SrcsFileProviderData struct { - SrcPaths Paths -} - -var SrcsFileProviderKey = blueprint.NewProvider(SrcsFileProviderData{}) |