blob: 05e4da1db3671cd59445e8e63d899461d2ee9c03 [file] [log] [blame]
Maurice Lamd4c6ef72015-02-11 15:17:31 -08001#
2# Include this make file to build your application against this module.
3#
4# Make sure to include it after you've set all your desired LOCAL variables.
5# Note that you must explicitly set your LOCAL_RESOURCE_DIR before including this file.
6#
7# For example:
8#
9# LOCAL_RESOURCE_DIR := \
10# $(LOCAL_PATH)/res
11#
12# include frameworks/opt/setupwizard/library/common.mk
13#
14
Maurice Lama36954a2015-03-20 15:54:50 -070015LOCAL_RESOURCE_DIR += \
16 $(call my-dir)/main/res \
17 $(call my-dir)/platform/res
Maurice Lamd4c6ef72015-02-11 15:17:31 -080018LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.setupwizardlib
19LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib