diff options
| author | 2017-12-01 02:22:56 +0000 | |
|---|---|---|
| committer | 2017-12-01 02:22:56 +0000 | |
| commit | 6825c25d6ed374135142e31d89a7031fd22772e1 (patch) | |
| tree | 10a78843a12f6cbf1340c78001221e36c4e25b84 /python/python.go | |
| parent | 85c87cef014bd4369af347ab8a108c0549d569d9 (diff) | |
| parent | 3bba05962dc4329c6e3d28544775db591574ba7b (diff) | |
Merge "Change Python in Soong to support device side build."
Diffstat (limited to 'python/python.go')
| -rw-r--r-- | python/python.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python.go b/python/python.go index 9d6d6a795..05efbeae9 100644 --- a/python/python.go +++ b/python/python.go @@ -558,5 +558,9 @@ func fillInMap(ctx android.ModuleContext, m map[string]string, return true } +func (p *Module) InstallInData() bool { + return true +} + var Bool = proptools.Bool var String = proptools.String |