2ba4ce6a06
This will hold common code that SystemUI and Settings (and others) will share. Bug: 19180466 Change-Id: I6614b31d6c3b0a2d426a2aa8ce66725245339d22
19 lines
545 B
Makefile
19 lines
545 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/base/packages/SettingsLib/common.mk
|
|
#
|
|
|
|
LOCAL_RESOURCE_DIR += $(call my-dir)/res
|
|
LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.settingslib
|
|
LOCAL_STATIC_JAVA_LIBRARIES += SettingsLib
|