From 8296853914b9257146d168259938db9d8920a855 Mon Sep 17 00:00:00 2001 From: Tobias Thierer Date: Fri, 29 Nov 2019 19:39:45 +0000 Subject: [PATCH] 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 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 68a35101b3282..d20cd9d93223d 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.