diff options
| author | 2021-07-26 23:08:32 +0000 | |
|---|---|---|
| committer | 2021-07-26 23:08:32 +0000 | |
| commit | d1ccddb79a54f57e208c666e52eb686c0f1f732b (patch) | |
| tree | 48a8671854c55e4ad88c5bd0463a2b6174f7b864 | |
| parent | a380ffbff119db26fa4540a32cc69d00923dabaf (diff) | |
| parent | 55bb7a64cb1349191ec2b262597a52a932bf0909 (diff) | |
Merge "Add ART's module-lib to "module_current"" into sc-dev
| -rw-r--r-- | StubLibraries.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 941a1fa033e4..44c55c26153d 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -410,7 +410,7 @@ java_library { ], static_libs: [ "android-non-updatable.stubs.module_lib", - "art.module.public.api.stubs", + "art.module.public.api.stubs.module_lib", ], dist: { dir: "apistubs/android/module-lib", |