1d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#
2d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam# Include this make file to build your application against this module.
3d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#
4d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam# Make sure to include it after you've set all your desired LOCAL variables.
5d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam# Note that you must explicitly set your LOCAL_RESOURCE_DIR before including this file.
6d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#
7d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam# For example:
8d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#
9d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#   LOCAL_RESOURCE_DIR := \
10d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#        $(LOCAL_PATH)/res
11d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#
12d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#   include frameworks/opt/setupwizard/library/common.mk
13d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam#
14d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice Lam
15a36954a3da0c07f81e31bcb7e83b746d293cabaeMaurice LamLOCAL_RESOURCE_DIR += \
16a36954a3da0c07f81e31bcb7e83b746d293cabaeMaurice Lam    $(call my-dir)/main/res \
17a36954a3da0c07f81e31bcb7e83b746d293cabaeMaurice Lam    $(call my-dir)/platform/res
18d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice LamLOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.setupwizardlib
19d4c6ef70612f48c4612ec827bd89964d0955cd6fMaurice LamLOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib
20