commit | 88891e63c09bee4f6f994e53213018845e0f7268 | [log] [tgz] |
---|---|---|
author | Stephen McGroarty <stephen@codeplay.com> | Wed Sep 02 15:54:05 2015 +0100 |
committer | Stephen McGroarty <stephen@codeplay.com> | Wed Sep 02 16:11:28 2015 +0100 |
tree | 9003465f52aedd5a106347ecc9a2bfb4d01de651 | |
parent | 582d16681bf46eb2f11c24132ffbcd9f7cc4b74d [diff] |
Remove the CREATE_FLAG_OPT_LEVEL_0 from the Java API. The flag was previously used to set the optimization level of the bcc compiler to -O0. However, this functionality is now accomplished through deriving the optimization level from the input bitcode. That patch can be found here: https://android-review.googlesource.com/169330 Change-Id: I9c57d941bb35c6f737a31fcd74f31d9de25a16a8 Signed-off-by: Stephen McGroarty <stephen@codeplay.com>