From ba15748990c9ebd695e1ed12a0631d80836c2adf 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. 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 --- 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 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 { -- cgit v1.2.3-59-g8ed1b