commit | 519fdce310fa1ff782e9eaf56623aad6d984f92d | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <krzysio@google.com> | Sun Sep 18 01:47:14 2022 +0000 |
committer | Krzysztof Kosiński <krzysio@google.com> | Sun Sep 18 01:47:14 2022 +0000 |
tree | 32a1ce3a38c3ab03e11e484f12a4c4ce2ef06625 | |
parent | 57ea923f3084318d7535f86b58f05d7449a91282 [diff] |
Remove Python enables identical to global defaults. Bug: 245854393 Test: presubmit Change-Id: I67540844a28975f8f32539774748930907267764
diff --git a/libsparse/Android.bp b/libsparse/Android.bp index 02bfee6..5d4157a 100644 --- a/libsparse/Android.bp +++ b/libsparse/Android.bp
@@ -84,12 +84,8 @@ main: "simg_dump.py", srcs: ["simg_dump.py"], version: { - py2: { - enabled: false, - }, py3: { embedded_launcher: true, - enabled: true, }, }, }