Skip to content
Snippets Groups Projects
Commit c886abf0 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

parents fd394058 e2e1dc10
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ java_defaults { ...@@ -46,7 +46,6 @@ java_defaults {
android_library { android_library {
name: "TetheringIntegrationTestsBaseLib", name: "TetheringIntegrationTestsBaseLib",
target_sdk_version: "current", target_sdk_version: "current",
platform_apis: true,
defaults: ["TetheringIntegrationTestsDefaults"], defaults: ["TetheringIntegrationTestsDefaults"],
visibility: [ visibility: [
"//packages/modules/Connectivity/Tethering/tests/mts", "//packages/modules/Connectivity/Tethering/tests/mts",
...@@ -59,7 +58,6 @@ android_library { ...@@ -59,7 +58,6 @@ android_library {
android_library { android_library {
name: "TetheringIntegrationTestsLatestSdkLib", name: "TetheringIntegrationTestsLatestSdkLib",
target_sdk_version: "33", target_sdk_version: "33",
platform_apis: true,
defaults: ["TetheringIntegrationTestsDefaults"], defaults: ["TetheringIntegrationTestsDefaults"],
srcs: [ srcs: [
"src/**/*.java", "src/**/*.java",
...@@ -76,7 +74,6 @@ android_library { ...@@ -76,7 +74,6 @@ android_library {
android_library { android_library {
name: "TetheringIntegrationTestsLib", name: "TetheringIntegrationTestsLib",
target_sdk_version: "current", target_sdk_version: "current",
platform_apis: true,
defaults: ["TetheringIntegrationTestsDefaults"], defaults: ["TetheringIntegrationTestsDefaults"],
srcs: [ srcs: [
"src/**/*.java", "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