SetupWizardLibrary/library/common.mk
Maurice Lam d4c6ef7061 [SetupWizardLib] Initial project structure
Setup the initial project structure of the Setup Wizard Library, and
the makefiles.

Change-Id: I169c370d875fda2e73eefa59dbf19b8cb4c83d6b
2015-02-11 19:46:09 -08:00

18 lines
549 B
Makefile

#
# 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/library/common.mk
#
LOCAL_RESOURCE_DIR += $(call my-dir)/res
LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.setupwizardlib
LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib