commit | 598807d3049dbfd41badd39d0193d7c84da507e9 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Feb 22 16:24:15 2018 -0800 |
committer | Alex Light <allight@google.com> | Thu Feb 22 16:24:15 2018 -0800 |
tree | b08be97ecf538fb29388480138d3b347a2ac4c4b | |
parent | 54d2c7e503550e602e6cbe4326455d7b44dc3d49 [diff] |
Default generate_operator_out to py2 It doesn't work with python3 on mac! Test: None. Change-Id: I95147c240cc011ee9fd3eeb732f7fbe5252ec22c
diff --git a/tools/Android.bp b/tools/Android.bp index 5093d7a..a7ed9bc 100644 --- a/tools/Android.bp +++ b/tools/Android.bp
@@ -19,4 +19,12 @@ srcs: [ "generate_operator_out.py", ], + version: { + py2: { + enabled: true, + }, + py3: { + enabled: false, + }, + }, }