From d8dceb0f2d4359519c03fa7dddfad02790c4e21b Mon Sep 17 00:00:00 2001 From: Liz Kammer Date: Tue, 24 Nov 2020 08:36:14 -0800 Subject: 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 --- python/python.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/python.go') 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 { -- cgit v1.2.3-59-g8ed1b