diff options
author | Liz Kammer <eakammer@google.com> | 2020-11-24 08:36:14 -0800 |
---|---|---|
committer | Liz Kammer <eakammer@google.com> | 2020-11-24 10:10:03 -0800 |
commit | d8dceb0f2d4359519c03fa7dddfad02790c4e21b (patch) | |
tree | 14fe629578aad10c95f32a8df59856afbdb16934 /python/python.go | |
parent | 0dabd31057743ade150bbc55a0e0f179d9489328 (diff) |
Refactor python to use AndroidMkEntries.
This is to enable consolidating test compatibility suite handling in
Soong's AndroidMk files.
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
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 e4c8e9481..cf3154b43 100644 --- a/python/python.go +++ b/python/python.go @@ -194,7 +194,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 { |