Change --is-release argument to --android-build-type.
authorMika Isojärvi <misojarvi@google.com>
Wed, 18 Mar 2015 22:53:05 +0000 (15:53 -0700)
committerMika Isojärvi <misojarvi@google.com>
Thu, 19 Mar 2015 19:54:46 +0000 (12:54 -0700)
commit1357009a791478828d90d0f0882e9b9329093af4
tree9ee16a68c74b0910e83edd11ff5d15ee9cce9899
parent35636154851af6a3a76c864547350df83400ff41
Change --is-release argument to --android-build-type.

Change --is-release to --android-build-type in build.py. --android-build-type
takes debug or release as argument and builds android project with it.

Change-Id: I9308f10272fa56998186f6a893bbd62c4de0f97e
android/scripts/build.py