diff options
| author | 2020-11-24 08:36:14 -0800 | |
|---|---|---|
| committer | 2020-12-04 00:22:17 +0000 | |
| commit | ba15748990c9ebd695e1ed12a0631d80836c2adf (patch) | |
| tree | a493c40f27995e1e0debdb416fd4be92260f6766 /python/python.go | |
| parent | a3f4ee51d5cef973a8b6f4bfbdf3589f1ba545c4 (diff) | |
Refactor python to use AndroidMkEntries.
This is to enable consolidating test compatibility suite handling in
Soong's AndroidMk files.
Bug: 170318013
Test: go test soong tests
Test: m nothing and compare soong/Android mk files -- only diffs is that
lines matching "^LOCAL_SHARED_LIBRARIES := $" are absent
(cherry picked from commit I4922a1c8b0231cd98ebd2bc7257956eb9c0d240c)
Merged-In: I4922a1c8b0231cd98ebd2bc7257956eb9c0d240c
Change-Id: I4922a1c8b0231cd98ebd2bc7257956eb9c0d240c
Diffstat (limited to 'python/python.go')
| -rw-r--r-- | python/python.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python.go b/python/python.go index 8b912be17..4e15d3a07 100644 --- a/python/python.go +++ b/python/python.go @@ -185,7 +185,7 @@ func (p *Module) GetSrcsZip() android.Path { var _ PythonDependency = (*Module)(nil) -var _ android.AndroidMkDataProvider = (*Module)(nil) +var _ android.AndroidMkEntriesProvider = (*Module)(nil) func (p *Module) Init() android.Module { |