diff options
author | Anton Hansson <hansson@google.com> | 2021-05-11 09:00:57 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-05-11 09:00:57 +0000 |
commit | dbf1544b681f2f8587322b61b5d2387f05181292 (patch) | |
tree | 2e6d3284c9ce29c08beb33926c0194671ec70cb6 /Android.bp | |
parent | b369ebee31b3c380828d100d252f5b19daa790d9 (diff) | |
parent | 4e86dcad1206e7246cef805d6251c8e4ead7a4b7 (diff) |
Merge "Inline two constants from CorePlatform"
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index c916f5d4eb79..c632ff608d13 100644 --- a/Android.bp +++ b/Android.bp @@ -484,7 +484,7 @@ stubs_defaults { "android.hardware.usb.gadget-V1.0-java", "android.hardware.vibrator-V1.3-java", "framework-protos", - "stable.core.platform.api.stubs", + "art.module.public.api", // 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, |