summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/Android.bp b/core/java/Android.bp
index cf30e31bb156..eac8b9bc9a24 100644
--- a/core/java/Android.bp
+++ b/core/java/Android.bp
@@ -485,3 +485,9 @@ java_library {
}
// protolog end
+
+// temporary placeholder until the real module is available
+java_library {
+ name: "framework-configinfrastructure",
+ sdk_version: "module_current",
+}