From ee2b9b0bc3b6472b01b6a76644ca7174fb443f32 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Mon, 15 Dec 2014 18:14:43 -0800 Subject: [PATCH] Improve comments in common.mk Bug: 16952572 Change-Id: I1fe435b9929f810365dda2abc91132d66514061e --- navigationbar/common.mk | 13 +++++++++++-- 1 file 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