diff options
| author | 2022-03-02 07:11:25 +0000 | |
|---|---|---|
| committer | 2022-03-02 07:11:25 +0000 | |
| commit | 1d30d5d92ec59049b45bb30d9af9508b01ca60ef (patch) | |
| tree | 18247dccf8eafc1c2a071050be28459c2d0d0550 | |
| parent | 56985cebe1430870abd88ddaa339d165c8321b8e (diff) | |
| parent | 2a8c2c360136ea5fe08a23172af0facd6ee0baa0 (diff) | |
Merge "Rename framework-connectivity-tiramisu to framework-connectivity-t"
| -rw-r--r-- | Android.bp | 2 | ||||
| -rw-r--r-- | StubLibraries.bp | 2 | ||||
| -rw-r--r-- | api/Android.bp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp index 7bfc09ffa19c..9d48cf81e998 100644 --- a/Android.bp +++ b/Android.bp @@ -564,7 +564,7 @@ stubs_defaults { libs: [ "art.module.public.api", "sdk_module-lib_current_framework-tethering", - "sdk_module-lib_current_framework-connectivity-tiramisu", + "sdk_module-lib_current_framework-connectivity-t", "sdk_public_current_framework-bluetooth", // There are a few classes from modules used by the core that // need to be resolved by metalava. We use a prebuilt stub of the diff --git a/StubLibraries.bp b/StubLibraries.bp index f47c61f4a69e..fef95e813ec7 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -250,7 +250,7 @@ java_library { srcs: [":module-lib-api-stubs-docs-non-updatable"], libs: [ "sdk_module-lib_current_framework-tethering", - "sdk_module-lib_current_framework-connectivity-tiramisu", + "sdk_module-lib_current_framework-connectivity-t", "sdk_public_current_framework-bluetooth", // NOTE: The below can be removed once the prebuilt stub contains bluetooth. "sdk_system_current_android", diff --git a/api/Android.bp b/api/Android.bp index 7c1065fd7587..69d602a34380 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -112,7 +112,7 @@ combined_apis { "framework-appsearch", "framework-bluetooth", "framework-connectivity", - "framework-connectivity-tiramisu", + "framework-connectivity-t", "framework-graphics", "framework-media", "framework-mediaprovider", |