summaryrefslogtreecommitdiff
path: root/golden/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'golden/Android.bp')
-rw-r--r--golden/Android.bp10
1 files changed, 7 insertions, 3 deletions
diff --git a/golden/Android.bp b/golden/Android.bp
index c9abdaa..61ea604 100644
--- a/golden/Android.bp
+++ b/golden/Android.bp
@@ -12,17 +12,21 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
python_binary_host {
name: "extract_lsdump",
main: "extract_lsdump.py",
srcs: ["extract_lsdump.py"],
version: {
py2: {
- enabled: true,
- embedded_launcher: true,
+ enabled: false,
},
py3: {
- enabled: false,
+ enabled: true,
+ embedded_launcher: true,
},
}
}