diff options
| author | 2022-01-14 09:41:52 +0000 | |
|---|---|---|
| committer | 2022-01-14 09:41:52 +0000 | |
| commit | 3187fca24f3949cf721250f0f15fd2a1f1409923 (patch) | |
| tree | 39ecd72844fe46f72cb7679b5c2809033d995f9c | |
| parent | cd7c59a0ddebe99b0fc8f6e4b2fa9601c9f37491 (diff) | |
| parent | d968dc94533c286ae21d6f5cbabbeace1aca234b (diff) | |
Merge "Fix typo in build file"
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index f61cdad8ba0f..070bb7382b8e 100644 --- a/Android.bp +++ b/Android.bp @@ -180,7 +180,7 @@ java_library_with_nonpublic_deps { soong_config_variables: { include_nonpublic_framework_api: { static_libs: [ - "framework-supplementalapi.stubs.module_lib", + "framework-supplementalapi.impl", ], }, }, |