diff options
author | Victor Chang <vichang@google.com> | 2021-05-12 10:47:16 +0100 |
---|---|---|
committer | Victor Chang <vichang@google.com> | 2021-05-12 18:27:41 +0100 |
commit | e06e41e35841fff0e091bae2414cbd66b5c90234 (patch) | |
tree | ee90ce3a1936f24d488d49b7ea06c99da05ea7d5 /StubLibraries.bp | |
parent | 177d3788acd2bbd296d1c46705655b6deb8fd709 (diff) |
Add ART module-lib and system API to the collection
Bug: 157639992
Test: m update-api
Change-Id: Id0c62abed4aa932f291b71dcd814d065bb59eb2c
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..4d5b09fac9e3 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", "conscrypt.module.public.api.stubs", // Only has public stubs "framework-appsearch.stubs.system", "framework-connectivity.stubs.system", |