Skip to content

Commit

Permalink
BEGIN_PUBLIC
Browse files Browse the repository at this point in the history
Move enforce_min_sdk_floor tool.
END_PUBLIC

PiperOrigin-RevId: 461780782
Change-Id: Ifaa33440287072e9b4ed5b131cd97e231f7fa179
  • Loading branch information
psy01212 authored and copybara-github committed Jul 19, 2022
1 parent ce55639 commit 6bbef00
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 330 deletions.
16 changes: 0 additions & 16 deletions tools/android/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,6 @@ py_test(
deps = [":instrumentation_test_check"],
)

py_binary(
name = "enforce_min_sdk_floor",
srcs = ["enforce_min_sdk_floor.py"],
deps = [
"//third_party/py/abseil",
],
)

py_test(
name = "enforce_min_sdk_floor_test",
srcs = ["enforce_min_sdk_floor_test.py"],
deps = [
":enforce_min_sdk_floor",
],
)

py_library(
name = "junction_lib",
srcs = ["junction.py"],
Expand Down
9 changes: 0 additions & 9 deletions tools/android/BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,6 @@ py_binary(
python_version = "PY3",
)

py_binary(
name = "enforce_min_sdk_floor",
srcs = ["enforce_min_sdk_floor.py"],
python_version = "PY3",
deps = [
"//third_party/py/abseil",
],
)

py_library(
name = "junction_lib",
srcs = ["junction.py"],
Expand Down
194 changes: 0 additions & 194 deletions tools/android/enforce_min_sdk_floor.py

This file was deleted.

111 changes: 0 additions & 111 deletions tools/android/enforce_min_sdk_floor_test.py

This file was deleted.

0 comments on commit 6bbef00

Please sign in to comment.