summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--navigationbar/common.mk13
1 files changed, 11 insertions, 2 deletions
diff --git a/navigationbar/common.mk b/navigationbar/common.mk
index a033d66..bacc931 100644
--- a/navigationbar/common.mk
+++ b/navigationbar/common.mk
@@ -1,6 +1,15 @@
#
-# This file is to be included in makefiles that use the navigation bar
-# Please include this just before building the package
+# Include this make file to build your application against this module.
+#
+# Make sure to include it after you've set all your desired LOCAL variables.
+# Note that you must explicitly set your LOCAL_RESOURCE_DIR before including this file.
+#
+# For example:
+#
+# LOCAL_RESOURCE_DIR := \
+# $(LOCAL_PATH)/res
+#
+# include frameworks/opt/setupwizard/navigationbar/common.mk
#
LOCAL_RESOURCE_DIR += $(call my-dir)/res