SetupWizardLibrary/library/common.mk
Maurice Lam a36954a3da [SetupWizardLib] Use AppCompat themes for icsCompat
Always use the AppCompat themes for icsCompat builds, even on v21+
because support library's FragmentActivity et al requires that.

Change-Id: Ie67ce494ab58e3e6f39eb92a8014a83a1737f8ee
2015-03-23 12:30:33 -07:00

20 lines
594 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)/main/res \
$(call my-dir)/platform/res
LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.setupwizardlib
LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-lib