Loading scripts/build-apex-bundle.py +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ # """A tool to create an APEX bundle out of Soong-built base.zip""" from __future__ import print_function import argparse import sys import tempfile Loading scripts/check_boot_jars/check_boot_jars.py +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ Usage: check_boot_jars.py <dexdump_path> <package_allow_list_file> <jar1> \ <jar2> ... """ from __future__ import print_function import logging import re import subprocess Loading scripts/construct_context.py +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ # """A tool for constructing class loader context.""" from __future__ import print_function import argparse import json import sys Loading scripts/manifest.py +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ # """A tool for inserting values from the build system into a manifest or a test config.""" from __future__ import print_function from xml.dom import minidom Loading scripts/manifest_check.py +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ # """A tool for checking that a manifest agrees with the build system.""" from __future__ import print_function import argparse import json import re Loading Loading
scripts/build-apex-bundle.py +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ # """A tool to create an APEX bundle out of Soong-built base.zip""" from __future__ import print_function import argparse import sys import tempfile Loading
scripts/check_boot_jars/check_boot_jars.py +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ Usage: check_boot_jars.py <dexdump_path> <package_allow_list_file> <jar1> \ <jar2> ... """ from __future__ import print_function import logging import re import subprocess Loading
scripts/construct_context.py +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ # """A tool for constructing class loader context.""" from __future__ import print_function import argparse import json import sys Loading
scripts/manifest.py +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ # """A tool for inserting values from the build system into a manifest or a test config.""" from __future__ import print_function from xml.dom import minidom Loading
scripts/manifest_check.py +0 −2 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ # """A tool for checking that a manifest agrees with the build system.""" from __future__ import print_function import argparse import json import re Loading