diff options
author | 2020-12-22 18:55:34 +0000 | |
---|---|---|
committer | 2020-12-22 18:55:34 +0000 | |
commit | 1f8c2729846b83e24c09292ef5739b13375f7c0c (patch) | |
tree | e2ff82dd86e229cf58a518e6a3aec5dc9d810bdc /android/makevars.go | |
parent | 0a2afd183a9bfeb04a57ebb22abfe7a2a4596af8 (diff) | |
parent | 127bb8b9f6e0c224bb9240464b86f9db4e83ba83 (diff) |
Merge changes from topic "llndk_cc_library"
* changes:
Don't rewrite LLNDK dependencies with .llndk suffix
Don't strip stub libraries
Diffstat (limited to 'android/makevars.go')
-rw-r--r-- | android/makevars.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/makevars.go b/android/makevars.go index 5101436db..546abcfb0 100644 --- a/android/makevars.go +++ b/android/makevars.go @@ -90,6 +90,7 @@ type MakeVarsContext interface { ModuleDir(module blueprint.Module) string ModuleSubDir(module blueprint.Module) string ModuleType(module blueprint.Module) string + ModuleProvider(module blueprint.Module, key blueprint.ProviderKey) interface{} BlueprintFile(module blueprint.Module) string ModuleErrorf(module blueprint.Module, format string, args ...interface{}) |