diff options
| author | 2017-12-01 06:26:40 +0000 | |
|---|---|---|
| committer | 2017-12-01 06:26:40 +0000 | |
| commit | 6ff00ed273d00c0048249294714735e5ad6bd824 (patch) | |
| tree | 9cbfcb8fd7010c264e9ad83ef7972199883e8ec3 /python/python.go | |
| parent | 9c9540d0082d4c9685aaaf6629a7f17ade1eb218 (diff) | |
| parent | 0a32e5936b4c87bc705d06fa2d4f6fed1f58d602 (diff) | |
Merge "Revert "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, 0 insertions, 4 deletions
diff --git a/python/python.go b/python/python.go index 05efbeae9..9d6d6a795 100644 --- a/python/python.go +++ b/python/python.go @@ -558,9 +558,5 @@ 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  |