Skip to content

Commit

Permalink
Merge "Remove unused modules." into snap-temp-L96700000951279805
Browse files Browse the repository at this point in the history
  • Loading branch information
Android Build Coastguard Worker authored and Gerrit Code Review committed Sep 24, 2021
2 parents 23bd813 + 8e8e442 commit 341f427
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions ndk/checkbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -2136,23 +2136,6 @@ def install(self) -> None:
])


class AdbPy(ndk.builds.PythonPackage):
name = 'adb.py'
path = ANDROID_DIR / 'development/python-packages/adb/setup.py'
notice = ANDROID_DIR / 'development/python-packages/NOTICE'


class Lit(ndk.builds.PythonPackage):
name = 'lit'
path = ANDROID_DIR / 'toolchain/llvm-project/llvm/utils/lit/setup.py'
notice = ANDROID_DIR / 'toolchain/llvm-project/llvm/LICENSE.TXT'


class NdkPy(ndk.builds.PythonPackage):
name = 'ndk.py'
path = NDK_DIR / 'setup.py'


def create_notice_file(path: Path, for_group: ndk.builds.NoticeGroup) -> None:
# Using sets here so we can perform some amount of duplicate reduction. In
# a lot of cases there will be minor differences that cause lots of
Expand Down Expand Up @@ -2280,7 +2263,6 @@ def get_modules_to_build(


ALL_MODULES = [
AdbPy(),
BaseToolchain(),
CanaryReadme(),
Changelog(),
Expand All @@ -2292,7 +2274,6 @@ def get_modules_to_build(
LibShaderc(),
Libcxx(),
Libcxxabi(),
Lit(),
Make(),
Meta(),
NativeAppGlue(),
Expand All @@ -2302,7 +2283,6 @@ def get_modules_to_build(
NdkGdbShortcut(),
NdkLldbShortcut(),
NdkHelper(),
NdkPy(),
NdkStack(),
NdkStackShortcut(),
NdkWhich(),
Expand Down

0 comments on commit 341f427

Please sign in to comment.