Bug: 73128633 Test: make checkbuild Change-Id: I4b6b73299d1cae61994c34ebb77ca587c5ee64ff Merged-In: I4b6b73299d1cae61994c34ebb77ca587c5ee64ff (cherry picked from commit e3264ba6cf7df5b33b10dd6a15ac5010c78bac6e)
20 lines
492 B
Makefile
20 lines
492 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_STATIC_ANDROID_LIBRARIES += \
|
|
android-support-annotations \
|
|
android-support-v4 \
|
|
SettingsLib
|