Merge "Add ConfigInfrastructure lib to Android.bp"
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -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"],
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user