Skip to content
Snippets Groups Projects
Commit 82968539 authored by Tobias Thierer's avatar Tobias Thierer
Browse files

Android.bp: Add comment about APEX stub dependency for MimeMap.

This addresses a review comment on https://r.android.com/1172924

Test: Treehugger
Change-Id: Ic2106aebf707c9d347f06d5a0dab18614e0ad5a3
parent 17d0c593
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment