| diff --git a/src/lib.rs b/src/lib.rs | |
| index 2384da331..e0ad70815 100644 | |
| --- a/src/lib.rs | |
| +++ b/src/lib.rs | |
| @@ -12,7 +12,6 @@ | |
| // See the License for the specific language governing permissions and | |
| // limitations under the License. | |
| -extern crate android_logger; | |
| extern crate log; | |
| pub mod android_interface; | |
| mod debug; |