diff options
author | Victor Chang <vichang@google.com> | 2021-05-13 16:32:48 +0100 |
---|---|---|
committer | Victor Chang <vichang@google.com> | 2021-05-13 17:22:00 +0100 |
commit | 41ed19599d10b50c1697e3f106d7d00009472d4f (patch) | |
tree | 8c9e7b60d9bfce1dd66d3d3d718061b9abac74ac /StubLibraries.bp | |
parent | e06e41e35841fff0e091bae2414cbd66b5c90234 (diff) |
Revert "Add ART module-lib and system API to the collection"
This reverts commit e06e41e35841fff0e091bae2414cbd66b5c90234.
Reason for revert: http://b/188046814
Bug: 188046814
Test: vendor/google/cts/shim/build_all_shim.sh succeded
Change-Id: Id5618d40755782a7156bd2357a436a5f46ad950a
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 4d5b09fac9e3..ed24d43eda10 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", + "art.module.public.api.stubs", // Only has public stubs "conscrypt.module.public.api.stubs", // Only has public stubs "framework-appsearch.stubs.system", "framework-connectivity.stubs.system", |