diff options
author | 2021-11-15 13:36:51 +0000 | |
---|---|---|
committer | 2021-11-15 13:36:51 +0000 | |
commit | 1176dd4409a3632259a4d2331f82c6b0bec441cc (patch) | |
tree | 62146a844654cc3e29dcec05524f2510284b28f4 | |
parent | a25edb88a8372cc63f144c057b480139e65b51f0 (diff) | |
parent | cd813a30edac3785d5c36de54ff4ed739ab39f97 (diff) |
Merge "Compile android-non-updatable with framework-tethering module-lib stub"
-rw-r--r-- | Android.bp | 1 | ||||
-rw-r--r-- | StubLibraries.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index fc713ff25e54..3d087c08677f 100644 --- a/Android.bp +++ b/Android.bp @@ -563,6 +563,7 @@ stubs_defaults { "android.hardware.vibrator-V1.3-java", "framework-protos", "art.module.public.api", + "sdk_module-lib_current_framework-tethering", // 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 // full sdk to ensure we can resolve them. If a new class gets added, diff --git a/StubLibraries.bp b/StubLibraries.bp index 44c55c26153d..d090296523ed 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -318,6 +318,7 @@ java_library { defaults: ["android-non-updatable_defaults_stubs_current"], srcs: [":module-lib-api-stubs-docs-non-updatable"], libs: [ + "sdk_module-lib_current_framework-tethering", "sdk_system_current_android", // NOTE: The below can be removed once the prebuilt stub contains IKE. "sdk_system_current_android.net.ipsec.ike", |