Skip to content
Snippets Groups Projects
Commit c6976819 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Drop platform_apis from android_library" into main am: e2e1dc10 am: c886abf0

parents 9d3761a5 c886abf0
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ java_defaults {
android_library {
name: "TetheringIntegrationTestsBaseLib",
target_sdk_version: "current",
platform_apis: true,
defaults: ["TetheringIntegrationTestsDefaults"],
visibility: [
"//packages/modules/Connectivity/Tethering/tests/mts",
......@@ -59,7 +58,6 @@ android_library {
android_library {
name: "TetheringIntegrationTestsLatestSdkLib",
target_sdk_version: "33",
platform_apis: true,
defaults: ["TetheringIntegrationTestsDefaults"],
srcs: [
"src/**/*.java",
......@@ -76,7 +74,6 @@ android_library {
android_library {
name: "TetheringIntegrationTestsLib",
target_sdk_version: "current",
platform_apis: true,
defaults: ["TetheringIntegrationTestsDefaults"],
srcs: [
"src/**/*.java",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment