diff options
| author | 2019-12-01 20:07:35 +0000 | |
|---|---|---|
| committer | 2019-12-01 20:07:35 +0000 | |
| commit | bb2531f16b4f302f4d0a8addeef44713d516d3e0 (patch) | |
| tree | 57e7583d592438d2319e880e59a2336dc5433e22 | |
| parent | 8f05b2ef50d7e6478f0ffc17628fdeb270039a54 (diff) | |
| parent | 8296853914b9257146d168259938db9d8920a855 (diff) | |
Merge "Android.bp: Add comment about APEX stub dependency for MimeMap."
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 68a35101b328..d20cd9d93223 100644 --- a/Android.bp +++ b/Android.bp @@ -426,6 +426,8 @@ java_library { "services-platform-compat-config", ], static_libs: [ + // If MimeMap ever becomes its own APEX, then this dependency would need to be removed + // in favor of an API stubs dependency in java_library "framework" below. "mimemap", ], // For backwards compatibility. |