diff options
author | Victor Chang <vichang@google.com> | 2021-05-12 10:47:16 +0100 |
---|---|---|
committer | Victor Chang <vichang@google.com> | 2021-05-20 09:08:24 +0000 |
commit | 9f5cdff6af1544975712cd51013de0319a50a2bf (patch) | |
tree | 4930af4a57c957426f515168fa6bfd1e0c56984f /StubLibraries.bp | |
parent | 8df7b875d421fa99236043f4f4ee13b95767d5b7 (diff) |
Add ART module-lib and system API to the collection
Bug: 157639992
Test: m update-api
Merged-In: Icae91fd724dd1f827a61e0a7a248fd1db8532e53
Change-Id: Icae91fd724dd1f827a61e0a7a248fd1db8532e53
(cherry picked from commit d21107a1e8be2a0c34de3ab5ff26c966f4989ce7)
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index ed24d43eda10..b6c45eddf92f 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -255,7 +255,7 @@ modules_public_stubs = [ modules_system_stubs = [ "android.net.ipsec.ike.stubs.system", - "art.module.public.api.stubs", // Only has public stubs + "art.module.public.api.stubs.system", "conscrypt.module.public.api.stubs", // Only has public stubs "framework-appsearch.stubs.system", "framework-connectivity.stubs.system", |