Merge "Add ConfigInfrastructure lib to Android.bp"

This commit is contained in:
Hassan Ali
2022-11-24 13:33:28 +00:00
committed by Gerrit Code Review
6 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ java_defaults {
// Libraries not including Tethering's own framework-tethering (different flavors of that one // Libraries not including Tethering's own framework-tethering (different flavors of that one
// are needed depending on the build rule) // are needed depending on the build rule)
libs: [ libs: [
"framework-configinfrastructure",
"framework-connectivity.stubs.module_lib", "framework-connectivity.stubs.module_lib",
"framework-connectivity-t.stubs.module_lib", "framework-connectivity-t.stubs.module_lib",
"framework-statsd.stubs.module_lib", "framework-statsd.stubs.module_lib",

View File

@@ -68,6 +68,7 @@ java_defaults {
"framework-minus-apex", "framework-minus-apex",
"framework-res", "framework-res",
"framework-bluetooth.stubs.module_lib", "framework-bluetooth.stubs.module_lib",
"framework-configinfrastructure",
"framework-connectivity.impl", "framework-connectivity.impl",
"framework-connectivity-t.impl", "framework-connectivity-t.impl",
"framework-tethering.impl", "framework-tethering.impl",

View File

@@ -87,6 +87,7 @@ java_library {
"androidx.annotation_annotation", "androidx.annotation_annotation",
"framework-bluetooth", "framework-bluetooth",
"error_prone_annotations", "error_prone_annotations",
"framework-configinfrastructure",
"framework-connectivity-t.impl", "framework-connectivity-t.impl",
"framework-statsd", "framework-statsd",
], ],

View File

@@ -31,6 +31,7 @@ android_test {
libs: [ libs: [
"android.test.base", "android.test.base",
"framework-bluetooth.stubs.module_lib", "framework-bluetooth.stubs.module_lib",
"framework-configinfrastructure",
"framework-connectivity-t.impl", "framework-connectivity-t.impl",
], ],
srcs: ["src/**/*.java"], srcs: ["src/**/*.java"],

View File

@@ -47,6 +47,7 @@ java_library {
], ],
libs: [ libs: [
"framework-annotations-lib", "framework-annotations-lib",
"framework-configinfrastructure",
"framework-connectivity-pre-jarjar", "framework-connectivity-pre-jarjar",
"framework-connectivity-t-pre-jarjar", "framework-connectivity-t-pre-jarjar",
"framework-tethering", "framework-tethering",

View File

@@ -146,6 +146,7 @@ java_library {
], ],
libs: [ libs: [
"framework-annotations-lib", "framework-annotations-lib",
"framework-configinfrastructure",
"framework-connectivity-pre-jarjar", "framework-connectivity-pre-jarjar",
// The framework-connectivity-t library is only available on T+ platforms // The framework-connectivity-t library is only available on T+ platforms
// so any calls to it must be protected with a check to ensure that it is // so any calls to it must be protected with a check to ensure that it is