Improve comments in common.mk

Bug: 16952572
Change-Id: I1fe435b9929f810365dda2abc91132d66514061e
This commit is contained in:
Maurice Lam 2014-12-15 18:14:43 -08:00
parent 73d68f27a2
commit ee2b9b0bc3

View file

@ -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