summaryrefslogtreecommitdiff
path: root/navigationbar
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2014-12-15 18:14:43 -0800
committerMaurice Lam <yukl@google.com>2014-12-15 18:15:54 -0800
commitee2b9b0bc3b6472b01b6a76644ca7174fb443f32 (patch)
tree9dfdcc900f1153c572bbcca4dd7968e37060f341 /navigationbar
parent73d68f27a2dd72cbc6dcde58d49967f72195280d (diff)
downloadsetupwizard-ee2b9b0bc3b6472b01b6a76644ca7174fb443f32.tar.gz
Improve comments in common.mk
Bug: 16952572 Change-Id: I1fe435b9929f810365dda2abc91132d66514061e
Diffstat (limited to 'navigationbar')
-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