summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Sandler <dsandler@android.com> 2018-10-04 14:26:57 -0400
committer Dan Sandler <dsandler@android.com> 2018-10-04 14:27:11 -0400
commitaee10af5eace7501dc97eae6d1f1e915b6282fd0 (patch)
treed059186cfbc1bd07e58378ddd8da75ae0b1a34dc
parent55c9f8a84a236317875e860d7134abbd83038868 (diff)
Fix link in plugin docs
Change-Id: I4f7ce3afaca111203126681b76f3f493b0a44faf
-rw-r--r--packages/SystemUI/docs/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/docs/plugins.md b/packages/SystemUI/docs/plugins.md
index ed91f3daf869..689200577aad 100644
--- a/packages/SystemUI/docs/plugins.md
+++ b/packages/SystemUI/docs/plugins.md
@@ -73,7 +73,7 @@ When compiling plugins there are a couple vital pieces required.
1. They must be signed with the platform cert
2. They must include SystemUIPluginLib in LOCAL_JAVA_LIBRARIES (NOT LOCAL_STATIC_JAVA_LIBRARIES)
-Basically just copy the [example file](/packages/SystemUI/plugin/ExamplePlugin/Android.mk).
+Basically just copy the [example blueprint file](/packages/SystemUI/plugin/ExamplePlugin/Android.bp).
To declare a plugin, you add a service to your manifest.  Add an intent filter to match the action for the plugin, and set the name to point at the class that implements the plugin interface.