Skip to content

Commit

Permalink
Delete resource_extractor.py.
Browse files Browse the repository at this point in the history
This tool is no longer used from this location.

PiperOrigin-RevId: 684578005
Change-Id: I536ccf729cb3df30b03e447a29dbca746417f509
  • Loading branch information
ahumesky authored and copybara-github committed Oct 10, 2024
1 parent ca5f6cf commit 093975c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 201 deletions.
11 changes: 0 additions & 11 deletions tools/android/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ load("@rules_python//python:defs.bzl", "py_binary", "py_test")

package(default_visibility = ["//tools:__pkg__"])

py_binary(
name = "resource_extractor",
srcs = ["resource_extractor.py"],
)

py_test(
name = "resource_extractor_test",
srcs = ["resource_extractor_test.py"],
deps = [":resource_extractor"],
)

py_binary(
name = "instrumentation_test_check",
srcs = ["instrumentation_test_check.py"],
Expand Down
109 changes: 0 additions & 109 deletions tools/android/resource_extractor.py

This file was deleted.

81 changes: 0 additions & 81 deletions tools/android/resource_extractor_test.py

This file was deleted.

0 comments on commit 093975c

Please sign in to comment.