diff options
author | Anton Hansson <hansson@google.com> | 2021-05-11 10:48:12 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-05-11 10:48:12 +0000 |
commit | 822d0ac2ba3cf42ebb4abb498707f5c3fdccf190 (patch) | |
tree | 2bd568eed67b25111e00a634aca85ba9c419f6a3 /Android.bp | |
parent | c8dffffc26bea7212e3ed3ebb50328231d17ba3d (diff) | |
parent | 833e3741977dca87a4fe2b9706b65662c19d8fdf (diff) |
Merge "Inline two constants from CorePlatform" am: dbf1544b68 am: e3eefd6d2e am: 833e374197
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1699727
Change-Id: Ibac0caf69f17c8f003a4a197654c176448a9b7b9
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 d75239afab45..4857f1b5d1ed 100644 --- a/Android.bp +++ b/Android.bp @@ -535,7 +535,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, |